summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/work.c b/libhb/work.c
index eac0c0ad7..f1db58b81 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -1232,7 +1232,7 @@ cleanup:
static void work_loop( void * _w )
{
hb_work_object_t * w = _w;
- hb_buffer_t * buf_in, * buf_out;
+ hb_buffer_t * buf_in = NULL, * buf_out = NULL;
while( !*w->done && w->status != HB_WORK_DONE )
{