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:
@@ -1713,6 +1713,7 @@ PHP_FUNCTION(fd_set)
|
||||
FD_SET(fd, &readfd);
|
||||
if(fd > max_fd) max_fd = fd;
|
||||
}
|
||||
efree(args);
|
||||
}
|
||||
RETURN_LONG(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user