eog r4587 - in trunk: . src
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r4587 - in trunk: . src
- Date: Fri, 30 May 2008 21:04:52 +0000 (UTC)
Author: friemann
Date: Fri May 30 21:04:52 2008
New Revision: 4587
URL: http://svn.gnome.org/viewvc/eog?rev=4587&view=rev
Log:
2008-05-30 Felix Riemann <friemann svn gnome org>
* src/eog-thumb-view.c: (thumbview_on_query_tooltip_cb):
Fix leaking GFileInfo.
Modified:
trunk/ChangeLog
trunk/src/eog-thumb-view.c
Modified: trunk/src/eog-thumb-view.c
==============================================================================
--- trunk/src/eog-thumb-view.c (original)
+++ trunk/src/eog-thumb-view.c Fri May 30 21:04:52 2008
@@ -431,6 +431,7 @@
}
type_str = g_content_type_get_description (mime_str);
+ g_object_unref (file_info);
if (width > -1 && height > -1) {
tooltip_string = g_markup_printf_escaped ("<b><big>%s</big></b>\n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]