Fixed an obscure memory leak, potential issue with lib_runner on linux

This commit is contained in:
2023-02-04 15:30:46 +11:00
parent 2f1613e306
commit 57c16d2ede
3 changed files with 23 additions and 19 deletions

View File

@@ -96,4 +96,4 @@ bool Toy_equalsRefStringCString(Toy_RefString* lhs, char* cstring) {
//same string
return strncmp(lhs->data, cstring, lhs->length) == 0;
}
}