diff --git a/VERSION b/VERSION index 00a166a0..c8e9f65c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-201-ge3c98ddc35+1 \ No newline at end of file +a12-202-g77f942711a+1 \ No newline at end of file diff --git a/client/src/config.c b/client/src/config.c index baf41125..3b6f9c3b 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -388,7 +388,7 @@ bool config_load(int argc, char * argv[]) void config_free() { - option_free() + option_free(); } static void doLicense()