aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/codeconv.c')
-rw-r--r--libsylph/codeconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/codeconv.c b/libsylph/codeconv.c
index ee386591..dac29f52 100644
--- a/libsylph/codeconv.c
+++ b/libsylph/codeconv.c
@@ -2572,7 +2572,7 @@ static gint conv_copy_file_with_gconvert(const gchar *src, const gchar *dest,
gchar *src_s = NULL;
gsize len = 0, dlen = 0;
gchar *dest_s;
- GError *error;
+ GError *error = NULL;
g_return_val_if_fail(src != NULL, -1);
g_return_val_if_fail(dest != NULL, -1);