Unless this is something specific to allocating Gtkmm classes, this is probably not the right list for general C++ questions. Try the #c++ channel on irc.freenode.net perhaps.
But since you already asked anyway, the only thing that can safely be said with the few details you gave is that you should examine the destructors of the class contained in the array and be sure it is also de-allocating any pointers it holds (if safe to do so). Cheers, Adrian On Wed, Jul 21, 2010 at 3:58 AM, firedragon <[email protected]> wrote: > > I use some dynamic array of class using operator new & delete []. > but it remain eat memory though i have use delete[] operator, it can't free > the memory. > what should i do? > > thanks > -- > View this message in context: > http://old.nabble.com/dynamic-array-tp29169834p29169834.html > Sent from the Gtkmm mailing list archive at Nabble.com. > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list >
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
