diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-24 11:11:16 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-09-24 11:11:16 -0700 |
| commit | 557d2b3b0d7bc2bc120e12ad5455ce3ab30a504e (patch) | |
| tree | 94ba1fdde06cd4d9ae4f05919fedb4920878776e /netcon/NetconEthernetTap.cpp | |
| parent | fbde40d1fc8767e4b6e9fcf0b078a8a4eb0646bd (diff) | |
| download | infinitytier-557d2b3b0d7bc2bc120e12ad5455ce3ab30a504e.tar.gz infinitytier-557d2b3b0d7bc2bc120e12ad5455ce3ab30a504e.zip | |
Make LWIPStack clean up properly.
Diffstat (limited to 'netcon/NetconEthernetTap.cpp')
| -rw-r--r-- | netcon/NetconEthernetTap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index 0895cb44..eb3067f2 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -96,6 +96,7 @@ NetconEthernetTap::~NetconEthernetTap() _phy.whack(); Thread::join(_thread); _phy.close(_unixListenSocket,false); + delete lwipstack; } void NetconEthernetTap::setEnabled(bool en) |
