• lifekidyeaa's avatar
    Fixed segfault which occured when open ing the module editor, loading a... · 6d609d18
    lifekidyeaa authored
    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. 
    
    
    6d609d18
locate.cpp 21 KB