summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-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 9c9dd4f7d0..6836da22d0 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -196,6 +196,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;
}