Phil Bordelon's patch yesterday should have initialised the GError

to NULL.

[originally from svn r7052]
This commit is contained in:
Simon Tatham
2007-01-03 09:51:42 +00:00
parent 7848918bac
commit 14ed4e9b1e

2
gtk.c
View File

@ -2097,7 +2097,7 @@ int main(int argc, char **argv)
if (screenshot_file) {
GdkPixbuf *pb;
GError* gerror;
GError *gerror = NULL;
midend_redraw(fe->me);