summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7b18027..cd3618c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -58,6 +58,7 @@ main(int argc, char *argv[])
GError *error;
MqApplication *application;
+ error = NULL;
if (G_UNLIKELY(!gtk_init_with_args(&argc, &argv, "[URI]", entries, NULL,
&error))) {
g_print("%s: %s\n", PACKAGE, error->message);