Commit 97c14e4c authored by Rémi Duraffort's avatar Rémi Duraffort

Fix memleak in cdda access.

parent 6dd5c5cb
...@@ -771,6 +771,7 @@ int CDDAOpen( vlc_object_t *p_this ) ...@@ -771,6 +771,7 @@ int CDDAOpen( vlc_object_t *p_this )
} }
} }
} }
free( psz_paranoia );
} }
#endif #endif
......
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