mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Update ZigGlobalObject.cpp
This commit is contained in:
@@ -435,9 +435,7 @@ GlobalObject::GlobalObject(JSC::VM& vm, JSC::Structure* structure)
|
||||
|
||||
GlobalObject::~GlobalObject()
|
||||
{
|
||||
if (crypto) {
|
||||
delete crypto;
|
||||
}
|
||||
delete crypto;
|
||||
scriptExecutionContext()->removeFromContextsMap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user