Commit 95f5a5f4 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix memory leak (cid #1049517)

parent 792e9059
...@@ -391,6 +391,7 @@ const char* libvlc_vlm_show_media( libvlc_instance_t *p_instance, ...@@ -391,6 +391,7 @@ const char* libvlc_vlm_show_media( libvlc_instance_t *p_instance,
} }
free( psz_tmp ); free( psz_tmp );
} }
vlm_MessageDelete( answer );
free( psz_message ); free( psz_message );
return( psz_response ); return( psz_response );
} }
......
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