diff options
author | Jeremy Allison <jra@samba.org> | 2000-05-01 19:43:50 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-05-01 19:43:50 +0000 |
commit | 830a9e571eee5330097376e94af7dc0f2d5f2f02 (patch) | |
tree | 7ed942dfbf735b7ad5e16837f79ca6930ddf2fcf /source3/locking | |
parent | 5fb473fc758b5fbc1145c00dc9b95567107afd5c (diff) | |
download | samba-830a9e571eee5330097376e94af7dc0f2d5f2f02.tar.gz samba-830a9e571eee5330097376e94af7dc0f2d5f2f02.tar.bz2 samba-830a9e571eee5330097376e94af7dc0f2d5f2f02.zip |
locking/posix.c: Fixed double-free nasty crash bug found by insure.
utils/make_smbcodepage.c:
utils/make_unicodemap.c: Insure 'make install' fixes.
Jeremy.
(This used to be commit 3b25f7368be3877e9ad27498bc9451ec88d4b07f)
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/posix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/locking/posix.c b/source3/locking/posix.c index d6eaad89c1..7cada20ac3 100644 --- a/source3/locking/posix.c +++ b/source3/locking/posix.c @@ -246,9 +246,6 @@ int fd_close_posix(struct connection_struct *conn, files_struct *fsp) } } - if (fd_array) - free((char *)fd_array); - /* * Delete all fd's stored in the tdb * for this dev/inode pair. |