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

gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-313-g14b0299)



The branch, master has been updated
       via  14b0299cac74632fd12026bbde5e9a1ad458df53 (commit)
      from  6b1c656f8833b6f3b893d5c204c72eb789a2221d (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
=========

 gnetlist/src/g_netlist.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit 14b0299cac74632fd12026bbde5e9a1ad458df53
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    gnetlist: Fix premature free in g_get_nets().

:100644 100644 cf6d510... b0873a1... M	gnetlist/src/g_netlist.c

=========
 Changes
=========

commit 14b0299cac74632fd12026bbde5e9a1ad458df53
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    gnetlist: Fix premature free in g_get_nets().

diff --git a/gnetlist/src/g_netlist.c b/gnetlist/src/g_netlist.c
index cf6d510..b0873a1 100644
--- a/gnetlist/src/g_netlist.c
+++ b/gnetlist/src/g_netlist.c
@@ -407,8 +407,6 @@ SCM g_get_nets(SCM scm_uref, SCM scm_pin)
 	nl_current = nl_current->next;
     }
 
-    scm_dynwind_end ();
-
     if (net_name != NULL) {
       outerlist = scm_cons (scm_from_utf8_string (net_name), pinslist);
     } else {
@@ -418,6 +416,8 @@ SCM g_get_nets(SCM scm_uref, SCM scm_pin)
 		wanted_pin);
     }
 
+    scm_dynwind_end ();
+
     return (outerlist);
 }
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs