diff svr-session.c @ 496:9f583f4d59a6

propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8) to branch 'au.asn.ucc.matt.dropbear' (head 10b2f286b9886364db39dfbb4f8f46e49e345d87)
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Sep 2008 13:16:22 +0000
parents e3db1f7a2e43 52a644e7b8e1
children 8711f20b89ab
line wrap: on
line diff
--- a/svr-session.c	Tue Sep 23 12:03:01 2008 +0000
+++ b/svr-session.c	Tue Sep 23 13:16:22 2008 +0000
@@ -144,6 +144,9 @@
 
 	_dropbear_log(LOG_INFO, fmtbuf, param);
 
+	/* free potential public key options */
+	svr_pubkey_options_cleanup();
+
 	/* must be after we've done with username etc */
 	common_session_cleanup();