ref: 14ed4e9b1ec29fce49e68d08955fdcec9909e6cf
parent: 7848918bace2aed7f850f95c20afa5d1345ad1f7
author: Simon Tatham <[email protected]>
date: Wed Jan 3 04:51:42 EST 2007
Phil Bordelon's patch yesterday should have initialised the GError to NULL. [originally from svn r7052]
--- a/gtk.c
+++ b/gtk.c
@@ -2097,7 +2097,7 @@
if (screenshot_file) {
GdkPixbuf *pb;
- GError* gerror;
+ GError *gerror = NULL;
midend_redraw(fe->me);