mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Add slashes before split comment line (#861)
This commit is contained in:
committed by
GitHub
parent
3c07611b0a
commit
9fbfe6a419
@ -82,7 +82,7 @@ static void loadModuleComplete(WrenVM* vm,
|
||||
{
|
||||
if(result.source) {
|
||||
//for example, if we used malloc to allocate
|
||||
our source string, we use free to release it.
|
||||
//our source string, we use free to release it.
|
||||
free((void*)result.source);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user