From: Michael D. Lowis Date: Mon, 3 Nov 2014 22:11:23 +0000 (-0500) Subject: Updated version of libopts and removed janky handling of program name in argument... X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1f35627d994c2f66f8afff9657b6be9d6b079d62;p=proto%2Fsclpl.git Updated version of libopts and removed janky handling of program name in argument list --- diff --git a/modules/libopts b/modules/libopts index 3d91692..bf4d5c0 160000 --- a/modules/libopts +++ b/modules/libopts @@ -1 +1 @@ -Subproject commit 3d9169274240cb0edd16aea0d374c63c49d86eab +Subproject commit bf4d5c0e8f148509e33ddb5a7484ad6f61f9fae4 diff --git a/source/sclpl/main.c b/source/sclpl/main.c index aa03f96..8bbe941 100644 --- a/source/sclpl/main.c +++ b/source/sclpl/main.c @@ -106,7 +106,6 @@ list_t* input_files(void) { list_push_front(infiles, str_new(files[0])); files++; } - mem_release(list_pop_front(infiles)); free(fvec); return infiles; }