[FEAT MERGE] GIS

This commit is contained in:
obdev
2022-12-23 12:08:27 +00:00
committed by ob-robot
parent 38846e73d6
commit 40d215fc5a
519 changed files with 158600 additions and 8396 deletions

View File

@ -372,7 +372,7 @@ void ObjectSet::free_object(AObject *obj)
abort_unless(obj->in_use_);
#ifdef ERRSIM
if (0 != (E(EventTable::EN_RESET_FREE_MEMORY) 0)) {
if (0 != (OB_E(EventTable::EN_RESET_FREE_MEMORY) 0)) {
memset(obj->data_, 0xAA, obj->alloc_bytes_);
}
#endif