2010/10/29 kb pachauri <[email protected]>: > Hi, > I am going through pixman code for developing pixman with opencl > implementation. > I have made a little success i.e. will submit a patch sometime next week for > review. > But i am not getting how pixman_implementation_t is getting free..(where?) > Thanks in advance..
pixman_implementation_t is normally not freed at all. Since there is only one instance of each implementation per process, and it is used by everything in Pixman, the memory is freed automatically by the OS when the application quits or the Pixman shared library is unloaded. Regards, Krzysztof _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
