Commit 5a71956f authored by Hannes Domani's avatar Hannes Domani Committed by Rémi Denis-Courmont

mux: ts: fix memory leak

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent c3a908c4
......@@ -482,6 +482,8 @@ void BuildPMT( DVBPSI_HANDLE_PARAM(dvbpsi_t *p_dvbpsi) vlc_object_t *p_object,
dvbpsi_DeletePSISections( sect );
dvbpsi_EmptySDT( &sdtpsi );
}
free( dvbpmt );
}
......
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