We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c565b commit 0cb4c4dCopy full SHA for 0cb4c4d
tests/stringref.c
@@ -43,7 +43,5 @@ int main()
43
TEST_BOOL (ref2->str, "StrRefDestroy() result validity 1");
44
TEST (ref2->obj.refCount, 1, "StrRefDestroy() result validity 2");
45
StrRefDestroy (ref2);
46
- // WARNING: Use after free. This shouldn't cause problems, though (in theory)
47
- TEST_BOOL (!ref2->str, "StrRefDestroy() result validity");
48
return 0;
49
}
0 commit comments