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

Fix incorrect free() of const-qualified pointer in services_discovery.c

parent 00f78a1e
...@@ -122,7 +122,7 @@ typedef enum { PLAYLIST_STOPPED,PLAYLIST_RUNNING,PLAYLIST_PAUSED } playlist_stat ...@@ -122,7 +122,7 @@ typedef enum { PLAYLIST_STOPPED,PLAYLIST_RUNNING,PLAYLIST_PAUSED } playlist_stat
struct services_discovery_t struct services_discovery_t
{ {
VLC_COMMON_MEMBERS VLC_COMMON_MEMBERS
const char *psz_module; char *psz_module;
module_t *p_module; module_t *p_module;
......
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