diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index a856c1f00..2d2e50b39 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -253,7 +253,7 @@ static gpointer decoder_task(G_GNUC_UNUSED gpointer arg) void decoder_thread_start(void) { - GError *e; + GError *e = NULL; GThread *t; if (!(t = g_thread_create(decoder_task, NULL, FALSE, &e))) |