[anjuta-extras] scintilla: bgo #624208 - symbol-db-query-result has critical warning on unref



commit 72e0a670d945c151d67d694b1527c6f23c95bd63
Author: Massimo Corà <mcora src gnome org>
Date:   Mon Jul 26 19:54:21 2010 +0200

    scintilla: bgo #624208 - symbol-db-query-result has critical warning on unref

 plugins/scintilla/plugin.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/scintilla/plugin.c b/plugins/scintilla/plugin.c
index 57fa1e4..2f15b29 100644
--- a/plugins/scintilla/plugin.c
+++ b/plugins/scintilla/plugin.c
@@ -69,7 +69,6 @@ update_type_list (AnjutaShell *shell, IAnjutaIterable *iter, const gchar *name)
 			} while (ianjuta_iterable_next (iter, NULL));
 			list =  g_string_free(s, FALSE);
 		}
-		g_object_unref (iter);
 	}
 	
 	anjuta_shell_get_value (shell, name, &value, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]