* EOAccess/EOEntity.m (-dealloc): Invalidate class description

cache.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27910 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2009-02-18 05:52:42 +00:00
parent 0cba21bb90
commit c1a1ad155e
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,9 @@
* EOAccess/Makefile.postamble
* EOInterface/Makefile.postamble
(after-uninstall::) Remove make file fragments.
* EOAccess/EOEntity.m (-dealloc): Invalidate class description
cache.
2009-02-17 Matt Rice <ratmice@gmail.com>

View file

@ -566,6 +566,8 @@ static void performSelectorOnArrayWithEachObjectOfClass(NSArray *arr, SEL select
performSelectorOnArrayWithEachObjectOfClass(_relationships, @selector(setEntity:),
nil, [EORelationship class]);
if (_classDescription) [[EOClassDescription class] invalidateClassDescriptionCache];
DESTROY(_adaptorDictionaryInitializer);
DESTROY(_instanceDictionaryInitializer);
DESTROY(_primaryKeyDictionaryInitializer);