diff options
Diffstat (limited to 'libhb/dvdnav.c')
-rw-r--r-- | libhb/dvdnav.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c index e7257a17b..d38017205 100644 --- a/libhb/dvdnav.c +++ b/libhb/dvdnav.c @@ -1822,6 +1822,8 @@ static void hb_dvdnav_close( hb_dvd_t ** _d ) if( d->vmg ) ifoClose( d->vmg ); if( d->reader ) DVDClose( d->reader ); + free(d->path); + free( d ); *_d = NULL; } |