summaryrefslogtreecommitdiff
path: root/zend/delayedfree.h
AgeCommit message (Collapse)Author
2015-02-05when an exception was thrown from out of an __invoke() or __call() method, a ↵Emiel Bruijntjes
segmentation fault occured because memory was too early freed (the exception constructor still relied on data that was already freed)