+1
−1
+2
−1
+1
−1
+1
−1
+1
−1
Loading
GitLab was upgraded during the server migration. If you cannot sign in, use "Forgot your password?" to reset it — passwords could not be carried over.
Fixed segfault which occured when open ing the module editor, loading a module, closing it, and opening the module editor again. This was caused by prematurely deleting the module editor's m_Pcb pointer, which has the same value (points to the same structure) as g_ModuleEditor_Pcb hence should not be deleted.