]> granicus.if.org Git - php/commitdiff
MFH: Fix #31408
authorWez Furlong <wez@php.net>
Tue, 4 Jan 2005 15:31:34 +0000 (15:31 +0000)
committerWez Furlong <wez@php.net>
Tue, 4 Jan 2005 15:31:34 +0000 (15:31 +0000)
ext/standard/streamsfuncs.c

index 48147472be1eac2a1cc181564efd93aa1f46672c..888634ed8b50ce1315a6a4ce95b5ce8103a92d5e 100644 (file)
@@ -347,6 +347,7 @@ PHP_FUNCTION(stream_socket_recvfrom)
                }
        }
 
+       efree(read_buf);
        RETURN_FALSE;
 }
 /* }}} */