Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Mar 5, 2024
1 parent 06908d8 commit a62fe3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worker/src/RTC/SctpAssociation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ namespace RTC
// Register the SctpAssociation from the global map.
DepUsrSCTP::DeregisterSctpAssociation(this);

delete this->uvAsyncHandle;
MS_DUMP_STD("---- HERE we should delete the handler but if so the app crashes");
// TODO: We should delete teh async handle, but then a crash happens.
// delete this->uvAsyncHandle;
delete[] this->messageBuffer;
}

Expand Down

0 comments on commit a62fe3c

Please sign in to comment.