Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() instead
authorTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 06:10:22 +0000 (06:10 +0000)
committerTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 06:10:22 +0000 (06:10 +0000)
commit3d3ec9f4fdddfad8432cdd77fb4a30ad49552397
tree1b09596c13c7a0e98a2d1116fb015a15bfc6f8d3
parentadbe65f21a1a06c7b8112e7f6b3b78a22b0f25df
Fixed memory leak in cli_lsa_enum_trust_dom().  Use talloc_strdup() instead
of strdup().
(This used to be commit fb32f7199b8a487757b509555e5a69ec5cae8fbd)
source3/libsmb/cli_lsarpc.c