| 1355 | } |
| 1356 | |
| 1357 | void CWorldObjectsGenericDialog::OnDestroy() { |
| 1358 | CDialog::OnDestroy(); |
| 1359 | |
| 1360 | if (Copy_object.description) { |
| 1361 | mem_free(Copy_object.description); |
| 1362 | Copy_object.description = NULL; |
| 1363 | } |
| 1364 | |
| 1365 | SaveGenericsOnClose(); |
| 1366 | |
| 1367 | ObjReInitAll(); |
| 1368 | } |
| 1369 | |
| 1370 | BOOL CWorldObjectsGenericDialog::DestroyWindow() { return CDialog::DestroyWindow(); } |
| 1371 |
nothing calls this directly
no test coverage detected