I almost can be sure that available memory is consumed by repeatedly using GdkPixbuf and GdkPixbufLoader to load image. Because when I insert some line with g_object_unref, my app seemed to consume available memory in a slower rate. It survived a little longer and then crashed.
I will try falgrind. Thanx.
|