Commit 1637cd91 authored by Hannes Domani's avatar Hannes Domani Committed by Rémi Denis-Courmont

Qt: fix memory leak

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 4a0dd7a7
...@@ -504,6 +504,7 @@ void setfillVLCConfigCombo( const char *configname, intf_thread_t *p_intf, ...@@ -504,6 +504,7 @@ void setfillVLCConfigCombo( const char *configname, intf_thread_t *p_intf,
free( texts[i] ); free( texts[i] );
} }
free( texts ); free( texts );
free( values );
} }
if( p_config->psz_longtext != NULL ) if( p_config->psz_longtext != NULL )
......
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