diff options
-rw-r--r-- | src/eom-thumb-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index 4874f53..8394633 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -467,6 +467,7 @@ thumbview_get_tooltip_string (EomImage *image) 0, NULL, NULL); g_object_unref (file); if (file_info == NULL) { + g_free (bytes); return NULL; } |