mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
Freeing the memory would be a good idea...
This commit is contained in:
parent
19f88f097c
commit
18fb96efb4
@ -1713,6 +1713,7 @@ PHP_FUNCTION(fd_set)
|
||||
FD_SET(fd, &readfd);
|
||||
if(fd > max_fd) max_fd = fd;
|
||||
}
|
||||
efree(args);
|
||||
}
|
||||
RETURN_LONG(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user