uv_loop_delete segfault test case

This commit is contained in:
Andrey Kostylev 2017-02-19 04:16:49 +03:00
parent 7882f1307d
commit 5e0cd202cb

View File

@ -0,0 +1,7 @@
--TEST--
Segmentation fault after uv_loop_delete
--FILE--
<?php
$loop = uv_loop_new();
uv_loop_delete($loop);
--EXPECTF--