Procházet zdrojové kódy

Properly free memory at the end of the test.

Cyril Roelandt před 13 roky
rodič
revize
4cdf0a494c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      tests/datawizard/scratch.c

+ 1 - 0
tests/datawizard/scratch.c

@@ -112,6 +112,7 @@ int main(int argc, char **argv)
 		}
 	}
 
+	free(A);
 	return ret;
 
 enodev: