diff options
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) |
