[project @ 2006-03-26 01:18:00 by rjek]

Fix memory leak in GTK thumbnailing

svn path=/import/netsurf/; revision=2170
This commit is contained in:
Rob Kendrick 2006-03-26 01:18:00 +00:00
parent 698c6efcb0
commit 88d49538e4

View File

@ -88,6 +88,7 @@ bool thumbnail_create(struct content *content, struct bitmap *bitmap,
cairo_destroy(current_cr);
#endif
g_object_unref(pixmap);
g_object_unref(big);
return true;
}