Fix two memory leaks in the smb module:
authorTim Potter <tpot@samba.org>
Wed, 23 Jul 2003 01:26:46 +0000 (01:26 +0000)
committerTim Potter <tpot@samba.org>
Wed, 23 Jul 2003 01:26:46 +0000 (01:26 +0000)
commit0c72828e3de3e20b72d2a1f1bb80fc5685bfdbea
tree3a02c7404d8ed269546b61ae3dab6d228e3fd011
parentc51ffbbdaaf43e24114becbbff976e2254c199ea
Fix two memory leaks in the smb module:

 - free talloc context when cli_query_secdesc() fails

 - dispose of cli_state when python cli_state_object is garbage collected
(This used to be commit 36052f95ffad4f227596e8038d3f056312d0ad82)
source3/python/py_smb.c