1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00

Freeing the memory would be a good idea...

This commit is contained in:
Evan Klinger
1999-11-24 06:16:37 +00:00
parent 19f88f097c
commit 18fb96efb4

View File

@@ -1713,6 +1713,7 @@ PHP_FUNCTION(fd_set)
FD_SET(fd, &readfd);
if(fd > max_fd) max_fd = fd;
}
efree(args);
}
RETURN_LONG(1);
}