summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeWidget.cpp
diff options
context:
space:
mode:
authorLioncash <mai.iam2048@gmail.com>2023-04-19 12:25:21 -0400
committerLioncash <mai.iam2048@gmail.com>2023-04-19 12:38:16 -0400
commitb4cc1ade020665d0ba8f5c5e40c7f4f1ce90ec38 (patch)
tree6fcd921532ad3b16a4af432d7d82470838f88f2a /Source/Core/DolphinQt/Debugger/CodeWidget.cpp
parent6d8cabac49b29578f729d765357ad84674547b40 (diff)
Common/TraversalClient: Use correct deleter with g_MainNetHost
Previously this was using the default deleter (which just calls delete on the pointer), which is incorrect, since the ENetHost instance is allocated through ENet's C API, so we need to use its functions to deallocate the host instead.
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeWidget.cpp')
0 files changed, 0 insertions, 0 deletions