fix a leak on startup from script.c
authorAndy Wingo <wingo@pobox.com>
Thu, 28 Jul 2011 17:12:07 +0000 (19:12 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 29 Jul 2011 07:10:37 +0000 (09:10 +0200)
commit2700aa43f21d927fb208b6779a07c8f63d91c27e
treebec1f7d471ec762249d98f079c164388b8518269
parent7c888dfa6e67e13dd89c459df3ee28f13ab681ec
fix a leak on startup from script.c

* libguile/script.c (scm_get_meta_args): Free nargv.  Thanks to
  http://article.gmane.org/gmane.lisp.guile.devel/12685.  We leak narg
  though.
libguile/script.c