Skip to content

Commit

Permalink
parser: init array properly, fix crash caused by CN's cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
roytam1 committed May 3, 2024
1 parent 1c36719 commit 4b17002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/html/nsHtml5AtomTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ nsHtml5AtomEntry::~nsHtml5AtomEntry()

nsHtml5AtomTable::nsHtml5AtomTable()
{
Clear();
#ifdef DEBUG
NS_GetMainThread(getter_AddRefs(mPermittedLookupThread));
#endif
Expand Down

0 comments on commit 4b17002

Please sign in to comment.