mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 14:48:40 +01:00
@ -78,7 +78,7 @@ static void resourceFinalize(void* data)
|
||||
// Make sure we get the right data back.
|
||||
int* value = (int*)data;
|
||||
if (*value != 123) exit(1);
|
||||
|
||||
|
||||
finalized++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user