From 830a9e571eee5330097376e94af7dc0f2d5f2f02 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 1 May 2000 19:43:50 +0000 Subject: 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) --- source3/locking/posix.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/locking/posix.c') 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. -- cgit