mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
[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:
parent
698c6efcb0
commit
88d49538e4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user