MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnDestroy

Method OnDestroy

editor/ScriptSyncDialog.cpp:474–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void CScriptSyncDialog::OnDestroy() {
475 CDialog::OnDestroy();
476
477 if (m_Files) {
478 mem_free(m_Files);
479 }
480 ddio_SetWorkingDir(old_dir);
481}

Callers

nothing calls this directly

Calls 1

ddio_SetWorkingDirFunction · 0.50

Tested by

no test coverage detected