forked from Mirror/wren
Update path.c
This commit is contained in:
@ -299,6 +299,8 @@ void pathNormalize(Path* path)
|
||||
path->capacity = result->capacity;
|
||||
path->chars = result->chars;
|
||||
path->length = result->length;
|
||||
|
||||
free(result);
|
||||
}
|
||||
|
||||
char* pathToString(Path* path)
|
||||
|
||||
Reference in New Issue
Block a user