skip free() in tests

This commit is contained in:
Joe Bryan 2019-01-10 19:00:50 -05:00
parent cd757b39b9
commit a82a68df21

View File

@ -88,10 +88,6 @@ _test_mug(void)
fprintf(stderr, "fail (i) (4)\r\n");
exit(1);
}
free(str_w);
free(str_y);
u3z(str);
}
}