fixed a memory leak in close_file(). Each time a file was opened
authorAndrew Tridgell <tridge@samba.org>
Mon, 13 Apr 1998 11:12:44 +0000 (11:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 13 Apr 1998 11:12:44 +0000 (11:12 +0000)
commite40b24249bf7aec81737e16081548bf99fa8cc76
treec2c3df5dc450b5c15d49c5460b32a8548544b297
parentf724cdbcdf427d31be4435482c08e7a69cd9e35e
fixed a memory leak in close_file(). Each time a file was opened
we leaked memory equal to the length of the filename.
(This used to be commit 30a347de74f7f8e2646b1853a9e5914320cee58d)
source3/smbd/server.c