--- deliantra/server/common/shstr.C 2006/09/10 16:00:23 1.13 +++ deliantra/server/common/shstr.C 2006/09/11 23:33:28 1.14 @@ -78,6 +78,9 @@ void shstr::gc () { +return; //D +//D currently disabled: some datastructures might still store them +//D but their pointers will become invalidated static const char *curpos; HT::iterator i = curpos ? ht.find (curpos) : ht.begin ();