upnphttp: fix forked process termination at error

This commit is contained in:
Vlad Starodubtsev 2021-03-25 17:22:57 +03:00 committed by Justin Maggard
parent 3c49d66d82
commit 26ce01f473

View File

@ -1762,7 +1762,7 @@ SendResp_resizedimg(struct upnphttp * h, char * object)
if( ret != 2 ) if( ret != 2 )
{ {
Send500(h); Send500(h);
return; goto resized_error;
} }
/* Figure out the best destination resolution we can use */ /* Figure out the best destination resolution we can use */
dstw = width; dstw = width;