Files
ladybird/Libraries/LibCore/CNetworkJob.cpp
Andreas Kling 20c957ef61 LibCore: Have CNetworkJob protect itself during the on_finish callback
Otherwise, the callback may trigger the destruction of the CNetworkJob
and make it difficult to continue execution correctly.
2019-11-23 21:42:02 +01:00

1.5 KiB