Unverified Commit 77d5bf5a authored by Mark Lindner's avatar Mark Lindner Committed by GitHub

Merge pull request #193 from arcz/patch-1

Fix memory leak in example4.c
parents afa4b8df c59fd7c3
......@@ -133,5 +133,7 @@ int main(int argc, char **argv)
config_write(&cfg, stdout);
config_destroy(&cfg);
return(EXIT_SUCCESS);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment