kmod-modprobe: fix leak in command line option processing.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Thu, 22 Dec 2011 01:54:35 +0000 (23:54 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 23 Dec 2011 03:25:21 +0000 (01:25 -0200)
commit5f9f58f9f6a6543cf2a51c7ee001faf4783247bd
tree92e3d5775257a871edbc015d3f8b28e98b04dcba
parente79bf83b0648a44585dc5960f7022a9a8f4ab40c
kmod-modprobe: fix leak in command line option processing.

not that it should matter for the binary, but let's be strict with
leaks so running in valgrind never complains.
tools/kmod-modprobe.c