Use prs_alloc_mem, not malloc, then there's no need to explicitly free
commit60609d0b43d274a3156b8321554d127d0ba779cb
authorJeremy Allison <jra@samba.org>
Fri, 15 Dec 2000 01:13:46 +0000 (15 01:13 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 15 Dec 2000 01:13:46 +0000 (15 01:13 +0000)
tree2e5bfcf3dd127d9dde439f816f07144326a7f631
parent9021ef1abc8b11b3bef44fd94a6f98d6434bf441
Use prs_alloc_mem, not malloc, then there's no need to explicitly free
stuff.
Jeremy.
source/include/proto.h
source/rpc_client/cli_srvsvc.c
source/rpc_parse/parse_srv.c
source/rpc_server/srv_srvsvc.c