Files
brave-core/browser/tor
Claudio DeSouza b9a95546f6 Avoid dangling pointers on unit tests
This change corrects all places where dangling pointers were observed to
cause crashes when running `brave_unit_tests`. Most fixes are merely a
matter of changing the initialisation order of members, with others
requiring `raw_ptr` instances to be cleared out when appropriate.
2023-09-28 15:53:45 +03:00
..