auth/credentials: Avoid double-free in the failure case
commitbcc29f9e7317601737858184f5ec6243552e0c0c
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Aug 2012 23:09:10 +0000 (29 09:09 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Aug 2012 23:09:10 +0000 (29 09:09 +1000)
treea2606ca080a8dad4633cf5f46f81f4534fb39814
parentba862f47d78e0077d3e01dd84635b76850314436
auth/credentials: Avoid double-free in the failure case

This pointer is only valid if dbwrap_fetch returned success.

Andrew Bartlett
auth/credentials/credentials_secrets.c