RE: How to deal with a possible Memory Leak when using GdkPixMap

2005-06-02 Thread Freddie Unpenstein
> I have written a program pretty much by re-adjusting the scribble > example from the GTK Tutorial, instead of creating my own PixMap in > the configure_event I called the following function which creates a > pixmap from file: >pixbuf = gdk_pixbuf_new_from_file(filename,NULL); There's y

How to deal with a possible Memory Leak when using GdkPixMap

2005-06-02 Thread Michal Porzuczek
Hi, I have written a program pretty much by re-adjusting the scribble example from the GTK Tutorial, instead of creating my own PixMap in the configure_event I called the following function which creates a pixmap from file: GdkPixmap* gdk_pixmap_new_from_file( const char *filename ) { Gdk