Files
OrcaSlicer/src/slic3r/Utils
SoftFever 0f58f23853 Destroy the network-plugin agent before unloading its DLL
A network-plugin hot reload unloaded the DLL without destroying the agent
handle it created, so the plugin's m_agent was left dangling into freed
memory. On reload create_agent() short-circuited on has_agent() and kept the
stale handle, and the next call into the new DLL (install_device_cert from the
device-refresh timer) dereferenced it and crashed with an access violation.
unload() now destroys the agent first, so a reload always gets a fresh handle.
2026-07-16 10:53:28 +08:00
..
2023-08-27 18:07:48 +08:00
2023-08-27 18:07:48 +08:00
2023-12-01 10:42:45 +00:00
2023-08-27 18:07:48 +08:00
2022-07-15 23:42:08 +08:00
2022-07-15 23:42:08 +08:00
2023-12-01 10:42:45 +00:00
2023-08-27 18:07:48 +08:00
2022-07-15 23:42:08 +08:00
2022-07-15 23:42:08 +08:00
2026-01-27 17:41:29 +08:00
2023-08-27 18:07:48 +08:00