Mercurial > dropbear
diff sysoptions.h @ 1040:2b4fd440399d
Free memory before exiting. Based on patch from Thorsten Horstmann.
Client side is not complete.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 24 Feb 2015 22:01:33 +0800 |
parents | 48a0ba346de4 |
children | 01eea88963f3 |
line wrap: on
line diff
--- a/sysoptions.h Tue Feb 24 20:53:32 2015 +0800 +++ b/sysoptions.h Tue Feb 24 22:01:33 2015 +0800 @@ -256,6 +256,9 @@ #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS #endif +/* free memory before exiting */ +#define DROPBEAR_CLEANUP + /* Use this string since some implementations might special-case it */ #define DROPBEAR_KEEPALIVE_STRING "[email protected]"