mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed an obscure memory leak, potential issue with lib_runner on linux
This commit is contained in:
@@ -96,4 +96,4 @@ bool Toy_equalsRefStringCString(Toy_RefString* lhs, char* cstring) {
|
||||
|
||||
//same string
|
||||
return strncmp(lhs->data, cstring, lhs->length) == 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user