Skip to content

Commit

Permalink
Merge pull request #16 from sm2017/patch-1
Browse files Browse the repository at this point in the history
Bug of event_free
  • Loading branch information
ichiriac authored Mar 12, 2017
2 parents 05900f3 + 48bdb37 commit 71ed258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/libevent006.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var_dump(event_base_set($ev1, $base));
var_dump(event_add($ev1));
var_dump(event_base_loop($base, EVLOOP_ONCE));
var_dump(event_del($ev1));
event_free($ev1);
unset($ev1);

// second event reader
Expand Down

0 comments on commit 71ed258

Please sign in to comment.