Skip to content

Commit 268b13c

Browse files
committed
Fix GH-16592 test leaking a message queue
1 parent 29d0580 commit 268b13c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/sysvmsg/tests/gh16592.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ try {
1414
} catch (\TypeError $e) {
1515
echo $e->getMessage();
1616
}
17+
msg_remove_queue($q);
1718
?>
1819
--EXPECT--
1920
Test::__serialize() must return an array

0 commit comments

Comments
 (0)