memory leak in changepw.c
authorTom Yu <tlyu@mit.edu>
Tue, 14 Dec 2010 17:34:48 +0000 (17:34 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 14 Dec 2010 17:34:48 +0000 (17:34 +0000)
Apply patch from Marcus Watts to avoid a memory leak in changepw.c.

ticket: 6841
tags: pullup
target_version: 1.9

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24567 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/changepw.c

index 25840b6d58c6d61531fcd554637b7c8b7d592b38..0e15932c285d8ae6c5b0917998d3ad22f05d6075 100644 (file)
@@ -266,6 +266,7 @@ change_set_password(krb5_context context,
         callback_info.context = (void*) &callback_ctx;
         callback_info.pfn_callback = kpasswd_sendto_msg_callback;
         callback_info.pfn_cleanup = kpasswd_sendto_msg_cleanup;
+        krb5_free_data_contents(callback_ctx.context, &chpw_rep);
 
         if ((code = krb5int_sendto(callback_ctx.context,
                                    NULL,