[easytag] Fix GLib critical warning in et_core.c, bug 700359
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Fix GLib critical warning in et_core.c, bug 700359
- Date: Sat, 18 May 2013 13:55:54 +0000 (UTC)
commit 8f26298550ad88b62bbf7d19d986d9baf291fcc5
Author: Abhinav <abhijangda hotmail com>
Date: Sat May 18 16:11:25 2013 +0530
Fix GLib critical warning in et_core.c, bug 700359
src/et_core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/et_core.c b/src/et_core.c
index a93ce17..a18af6f 100644
--- a/src/et_core.c
+++ b/src/et_core.c
@@ -2851,13 +2851,13 @@ ET_Display_File_And_List_Status_To_UI (ET_File *ETFile)
_("File not found"));
g_object_unref (emblem_icon);
}
+ g_object_unref (info);
}
/* Show position of current file in list */
text = g_strdup_printf("%d/%d:",ETFile->IndexKey,ETCore->ETFileDisplayedList_Length);
gtk_label_set_text(GTK_LABEL(FileIndex),text);
g_object_unref (file);
- g_object_unref (info);
g_free(text);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]