[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: stable-1.6 updated (1.6.2-20110115-2-g4008bc3)
The branch, stable-1.6 has been updated
via 4008bc399782b70882340a2ba692c3d099f90768 (commit)
from 334307f0c4f68f704eec422af077b9e32d37b177 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/x_compselect.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 4008bc399782b70882340a2ba692c3d099f90768
Author: Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gschem: plug GList leak in create_inuse_tree_model
(cherry picked from commit 854581f8b60756ee6bd79b41095084215395469d)
:100644 100644 0917b79... 80a6d90... M gschem/src/x_compselect.c
=========
Changes
=========
commit 4008bc399782b70882340a2ba692c3d099f90768
Author: Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gschem: plug GList leak in create_inuse_tree_model
(cherry picked from commit 854581f8b60756ee6bd79b41095084215395469d)
diff --git a/gschem/src/x_compselect.c b/gschem/src/x_compselect.c
index 0917b79..80a6d90 100644
--- a/gschem/src/x_compselect.c
+++ b/gschem/src/x_compselect.c
@@ -750,7 +750,7 @@ create_inuse_tree_model (Compselect *compselect)
-1);
}
- g_list_free (symlist);
+ g_list_free (symhead);
return (GtkTreeModel*)store;
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs