diff options
-rw-r--r-- | libhb/hb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index 74ca82291..b5c721953 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -725,6 +725,7 @@ hb_buffer_t * hb_read_preview( hb_handle_t * h, int title_idx, int preview ) { break; } + title = NULL; } if (title == NULL) { |