summaryrefslogtreecommitdiffstats
path: root/source/torture/locktest.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-28 03:56:30 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-28 03:56:30 +0000
commite2ba2383c9f679c076749a8f4fccefc3559e37ec (patch)
treed21ee71f2b8723d60e517c5954f6dca84d9a889b /source/torture/locktest.c
parent39f076b56cf457cc780dd30a4d3150d8bfc60d13 (diff)
downloadsamba-e2ba2383c9f679c076749a8f4fccefc3559e37ec.tar.gz
samba-e2ba2383c9f679c076749a8f4fccefc3559e37ec.tar.xz
samba-e2ba2383c9f679c076749a8f4fccefc3559e37ec.zip
fix a bunch of places where we can double-free a cli structure
Diffstat (limited to 'source/torture/locktest.c')
-rw-r--r--source/torture/locktest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/torture/locktest.c b/source/torture/locktest.c
index 8606c9e38a9..4e5d630f302 100644
--- a/source/torture/locktest.c
+++ b/source/torture/locktest.c
@@ -249,7 +249,6 @@ static void reconnect(struct cli_state *cli[NSERVERS][NCONNECTIONS], int fnum[NS
}
cli_ulogoff(cli[server][conn]);
cli_shutdown(cli[server][conn]);
- SAFE_FREE(cli[server][conn]);
}
cli[server][conn] = connect_one(share[server]);
if (!cli[server][conn]) {