mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 10:30:58 +00:00
* 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:
parent
0cba21bb90
commit
c1a1ad155e
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
* EOAccess/Makefile.postamble
|
* EOAccess/Makefile.postamble
|
||||||
* EOInterface/Makefile.postamble
|
* EOInterface/Makefile.postamble
|
||||||
(after-uninstall::) Remove make file fragments.
|
(after-uninstall::) Remove make file fragments.
|
||||||
|
|
||||||
|
* EOAccess/EOEntity.m (-dealloc): Invalidate class description
|
||||||
|
cache.
|
||||||
|
|
||||||
2009-02-17 Matt Rice <ratmice@gmail.com>
|
2009-02-17 Matt Rice <ratmice@gmail.com>
|
||||||
|
|
||||||
|
|
|
@ -566,6 +566,8 @@ static void performSelectorOnArrayWithEachObjectOfClass(NSArray *arr, SEL select
|
||||||
performSelectorOnArrayWithEachObjectOfClass(_relationships, @selector(setEntity:),
|
performSelectorOnArrayWithEachObjectOfClass(_relationships, @selector(setEntity:),
|
||||||
nil, [EORelationship class]);
|
nil, [EORelationship class]);
|
||||||
|
|
||||||
|
if (_classDescription) [[EOClassDescription class] invalidateClassDescriptionCache];
|
||||||
|
|
||||||
DESTROY(_adaptorDictionaryInitializer);
|
DESTROY(_adaptorDictionaryInitializer);
|
||||||
DESTROY(_instanceDictionaryInitializer);
|
DESTROY(_instanceDictionaryInitializer);
|
||||||
DESTROY(_primaryKeyDictionaryInitializer);
|
DESTROY(_primaryKeyDictionaryInitializer);
|
||||||
|
|
Loading…
Reference in a new issue