Commit 0293b0f
committed
Drop FIXME in pcntl_signal_dispatch()
This comment used to be true when the zvals were heap allocated and the
destruction must be done properly. However, it _is_ done properly
nowadays by calling zval_ptr_dtor(). Furthermore, since
call_user_function() always initializes the return value with UNDEF, we
can remove the ZVAL_NULL() line.1 parent dfff6ac commit 0293b0f
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1356 | 1356 | | |
1357 | 1357 | | |
1358 | 1358 | | |
1359 | | - | |
1360 | 1359 | | |
1361 | 1360 | | |
1362 | 1361 | | |
| |||
1366 | 1365 | | |
1367 | 1366 | | |
1368 | 1367 | | |
1369 | | - | |
1370 | 1368 | | |
1371 | 1369 | | |
1372 | 1370 | | |
| |||
0 commit comments