summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_bluray.c')
-rw-r--r--stream/stream_bluray.c1
1 files changed, 1 insertions, 0 deletions
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;
}