r14318: fix warnings
authorStefan Metzmacher <metze@samba.org>
Mon, 13 Mar 2006 14:35:45 +0000 (14:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:11 +0000 (13:57 -0500)
metze
(This used to be commit c99c057354f1815e8ef39f7a22a98c24f7807968)

source4/torture/nbt/winsreplication.c

index 25056f7b9c3c99bdc745167875ab894cad856ee4..d7011cb8c9eed55a2a140914497f70783f991a72 100644 (file)
@@ -9648,7 +9648,6 @@ BOOL torture_nbt_winsreplication_simple(void)
 
        ret &= test_wins_replication(mem_ctx, address);
 
-done:
        talloc_free(mem_ctx);
 
        return ret;
@@ -9683,7 +9682,6 @@ BOOL torture_nbt_winsreplication_replica(void)
        ret &= test_conflict_same_owner(ctx);
        ret &= test_conflict_different_owner(ctx);
 
-done:
        talloc_free(mem_ctx);
 
        return ret;
@@ -9718,7 +9716,6 @@ BOOL torture_nbt_winsreplication_owned(void)
        ret &= test_conflict_owned_released_vs_replica(ctx);
        ret &= test_conflict_owned_active_vs_replica(ctx);
 
-done:
        talloc_free(mem_ctx);
 
        return ret;