2010/11/2 kb pachauri <[email protected]>: > Thanks. Thats what i am also thinking.. > If i want to free some of the memory, which i am allocating as part > pixman_implementation_t for opencl intialization stuff (context, command > queue, kernel etc) where i can do that.
Why/when do you want to free them? Isn't your data automatically deallocated upon program termination? (Malloced data and open sockets/descriptors are automatically reclaimed) Andrea _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
