2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 13:29:26 +00:00

01_FHEMWEB.pm: fix memory leak for closeConn (Forum #135469)

git-svn-id: https://svn.fhem.de/fhem/trunk@28102 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2023-10-28 19:41:31 +00:00
parent f35991bfda
commit e3324afefd

View File

@ -797,6 +797,7 @@ FW_closeConn($)
$FW_userAgent =~ m/(iPhone|iPad|iPod)/);
if(!$FW_httpheader{Connection} || $cc) {
TcpServer_Close($hash, 1, !$hash->{inform});
delete $FW_svgData{$hash->{NAME}};
}
}