mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-22 01:02:51 -04:00
Fixes #7917 The first memset was clearing the delicate bits of the std::string in the struct, causing segfaults. I also removed the rest of the memsets because they were paranoid, unneeded and waseful. We shouldn't be managing the ssl libraries structs for it. I checked and the ssl library's functions were already memsetting those structs as needed.