• R/O
  • SSH

StrMod: Commit

The main repository for the StreamModule project.


Commit MetaInfo

Revision9794078bbd492c4ac79d4ce303b7dc711aa6635d (tree)
Time2018-05-29 11:29:36
AuthorEric Hopper <hopper@omni...>
CommiterEric Hopper

Log Message

Fix resource leak in UnixEvenPoll.

Change Summary

Incremental Difference

diff -r 25337666d265 -r 9794078bbd49 UniEvent/UnixEventPoll.cxx
--- a/UniEvent/UnixEventPoll.cxx Mon May 28 19:23:56 2018 -0700
+++ b/UniEvent/UnixEventPoll.cxx Mon May 28 19:29:36 2018 -0700
@@ -143,6 +143,7 @@
143143
144144 UnixEventPoll::~UnixEventPoll()
145145 {
146+ delete &impl_;
146147 }
147148
148149 void UnixEventPoll::registerFDCond(int fd,
Show on old repository browser