]> the.earth.li Git - onak.git/blobdiff - wotsap.c
Improve memory clean-up on exit
[onak.git] / wotsap.c
index ce25b02e8b4f4224c478c0239524f0b7ab95f875..ca66f8562b41530c0f3f78e8962fab69adf5e021 100644 (file)
--- a/wotsap.c
+++ b/wotsap.c
@@ -215,4 +215,5 @@ int main(int argc, char *argv[])
        }
        cleanuplogthing();
        cleanupconfig();
+       free(configfile);
 }