Merge branch 'master' into winbuffers

This commit is contained in:
James Booth
2014-06-24 00:46:40 +01:00

View File

@@ -82,6 +82,7 @@ main(int argc, char **argv)
if (!g_option_context_parse(context, &argc, &argv, &error)) {
g_print("%s\n", error->message);
g_option_context_free(context);
g_error_free(error);
return 1;
}