diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c index d7a8d0b0cf..ab8b6d6d38 100644 --- a/stream/stream_bluray.c +++ b/stream/stream_bluray.c @@ -187,6 +187,7 @@ static int bluray_stream_control(stream_t *s, int cmd, void *arg) return STREAM_UNSUPPORTED; *((double *) arg) = BD_TIME_TO_MP(ti->duration); + bd_free_title_info(ti); return STREAM_OK; }