
memory Leak: pointer->pointer->pointer->struct
Quote:
>>}
> Looking at the code as it is, why do you need both x and y? If there's
> some context, show it!
Because I included the minimum ammount of compiled code to reflect the
specific issues I had.
the specific issue I had, dealt with dynamic allocation of a
multidimensional array of pointers to structs
(pointer->pointer->pointer->struct actualy).
It would seem rather silly to dynamicly allocate something without knowing
at executiong time what size it needed to be allocated to. x,y Represent
those values, but in a more convenient manor for debugging purposes...
would you like me to send you the entire project I was working on??
incidentaly, the problem was quite simple, as was pointed out to me earlier
(in this group) as I was allocating x x times instead of y times...