From 26ce01f4732f2001678eda94eae674a3f0585fbc Mon Sep 17 00:00:00 2001 From: Vlad Starodubtsev Date: Thu, 25 Mar 2021 17:22:57 +0300 Subject: [PATCH] upnphttp: fix forked process termination at error --- upnphttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upnphttp.c b/upnphttp.c index e3c3fae..61a6cdb 100644 --- a/upnphttp.c +++ b/upnphttp.c @@ -1762,7 +1762,7 @@ SendResp_resizedimg(struct upnphttp * h, char * object) if( ret != 2 ) { Send500(h); - return; + goto resized_error; } /* Figure out the best destination resolution we can use */ dstw = width;