diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-24 22:01:33 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-24 22:01:33 +0800 |
commit | 21bed0d21aa765c7796d977fcb36902399e97242 (patch) | |
tree | 9bcdd6ef0ba69f74b2b8f8675b3bca414ad3e4c1 /listener.h | |
parent | 4b1f5ec7c29043a7d4ec0dd75f10479ed909a187 (diff) |
Free memory before exiting. Based on patch from Thorsten Horstmann.
Client side is not complete.
Diffstat (limited to 'listener.h')
-rw-r--r-- | listener.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,4 +60,6 @@ struct Listener * get_listener(int type, void* typedata, void remove_listener(struct Listener* listener); +void remove_all_listeners(void); + #endif /* DROPBEAR_LISTENER_H */ |