Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed Jan 16, 2024
1 parent 799c4b6 commit 2100650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8_c_api/src/v8_c_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ v8_unlocker* v8_NewUnlocker(v8_isolate *i) {

void v8_FreeUnlocker(v8_unlocker* u) {
v8::Isolate *isolate = u->isolate;
u->~v8_unlocker
u->~v8_unlocker();
V8_FREE(u);
isolate->Enter();
}
Expand Down

0 comments on commit 2100650

Please sign in to comment.