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

Add an assertion

parent 6479d4fb
...@@ -1188,6 +1188,8 @@ static httpd_url_t *httpd_UrlNewPrivate( httpd_host_t *host, const char *psz_url ...@@ -1188,6 +1188,8 @@ static httpd_url_t *httpd_UrlNewPrivate( httpd_host_t *host, const char *psz_url
httpd_url_t *url; httpd_url_t *url;
int i; int i;
assert( psz_url != NULL );
vlc_mutex_lock( &host->lock ); vlc_mutex_lock( &host->lock );
if( b_check ) if( b_check )
{ {
......
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