Commit 0d421fc8 authored by Rémi Duraffort's avatar Rémi Duraffort

access_jack: fix memory leak

parent bbf068ed
...@@ -620,5 +620,7 @@ static void Parse( demux_t *p_demux ) ...@@ -620,5 +620,7 @@ static void Parse( demux_t *p_demux )
} }
} }
} }
free( psz_dup );
} }
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