mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 17:04:56 +01:00
fix 'zathura may be used uninittialized'
This commit is contained in:
parent
2a35825247
commit
ca885e5a27
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ zathura_init(int argc, char* argv[])
|
||||||
printf("Error parsing command line arguments: %s\n", error->message);
|
printf("Error parsing command line arguments: %s\n", error->message);
|
||||||
g_option_context_free(context);
|
g_option_context_free(context);
|
||||||
g_error_free(error);
|
g_error_free(error);
|
||||||
goto error_free;
|
return NULL;
|
||||||
}
|
}
|
||||||
g_option_context_free(context);
|
g_option_context_free(context);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue