Minor file descriptor leak in testgtk

Added a missing fclose. Bug #578366.
This commit is contained in:
Michael J. Chudobiak
2009-04-11 13:42:14 -04:00
parent 2c6db0bae2
commit b07c6616f8

View File

@ -189,6 +189,7 @@ load_file (const gchar *filename)
gtk_text_buffer_get_bounds (source_buffer, &start, &end);
gtk_text_buffer_apply_tag_by_name (info_buffer, "source", &start, &end);
fclose (file);
}
gboolean