Procházet zdrojové kódy

Merge branch 'maint-0.3.4' into maint-0.3.5

teor před 5 roky
rodič
revize
de0969ef78
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/test/test_shared_random.c

+ 3 - 3
src/test/test_shared_random.c

@@ -734,7 +734,7 @@ test_vote(void *arg)
 
  done:
   UNMOCK(trusteddirserver_get_by_v3_auth_digest);
-  sr_state_free();
+  sr_state_free_all();
 }
 
 static const char *sr_state_str = "Version 1\n"
@@ -968,7 +968,7 @@ test_sr_compute_srv(void *arg)
 
  done:
   UNMOCK(trusteddirserver_get_by_v3_auth_digest);
-  sr_state_free();
+  sr_state_free_all();
 }
 
 /** Return a minimal vote document with a current SRV value set to
@@ -1234,7 +1234,7 @@ test_state_transition(void *arg)
   }
 
  done:
-  sr_state_free();
+  sr_state_free_all();
 }
 
 static void