krb5_wrap: Remove unneded smb_krb5_free_error()
authorAndreas Schneider <asn@samba.org>
Mon, 29 Aug 2016 07:09:18 +0000 (09:09 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Aug 2016 18:59:14 +0000 (20:59 +0200)
commita3852bc0b96aa440d7095f50715ea10b5d4a54cc
treeb9ead7aba3b15fee9ff906c22a792f6ecd67c0a2
parentc5fa646b533cbb6ec238ce297ee9d1636b0afab3
krb5_wrap: Remove unneded smb_krb5_free_error()

krb5_free_error() is availalbe in MIT and Heimdal. Both implementations
free the contents and the pointer. krb5_free_data_contents() is Heimdal
only. Which function you need to call depends.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/krb5_wrap/krb5_samba.c
lib/krb5_wrap/krb5_samba.h
source4/torture/rpc/lsa.c