Skip to content

Commit

Permalink
fix(dom): fix event empty pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikethese authored and zealotchen0 committed Jul 25, 2023
1 parent ef7d9ce commit c690f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion driver/js/src/modules/event_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ std::shared_ptr<ClassTemplate<DomEvent>> MakeEventClassTemplate(
void* external,
std::shared_ptr<CtxValue>& exception) -> std::shared_ptr<DomEvent> {
auto event = DomEventWrapper::Get();
DomEventWrapper::Release();
return event;
};

Expand Down

0 comments on commit c690f86

Please sign in to comment.