Commit 98c3fc39 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

epg: memory leak

(cherry picked from commit f1c04981d9c01d679954b1a33ea3ea124b78a345)
parent dd090fbc
...@@ -282,6 +282,7 @@ int vout_OSDEpg(vout_thread_t *vout, input_item_t *input) ...@@ -282,6 +282,7 @@ int vout_OSDEpg(vout_thread_t *vout, input_item_t *input)
} }
vlc_mutex_unlock(&input->lock); vlc_mutex_unlock(&input->lock);
free(now_playing);
/* If no EPG event has been found. */ /* If no EPG event has been found. */
if (epg == NULL) if (epg == NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment