Reenable the old eap caching code. It appears that with the caching

enabled, there is always one reference to each E_App (the one in the
cache), and that hides some sloppiness in the object reference counting.
So that everybody can continue to use E without crashing all the time,
this is turned back on pending a reveiw.


SVN revision: 25510
This commit is contained in:
David Walter Seikel 2006-09-06 04:48:11 +00:00
parent e10b139d54
commit d99ec4f550
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
*/
#define DEBUG 0
#define APP_CACHE 0
#define APP_CACHE 1
/* local subsystem functions */
typedef struct _E_App_Change_Info E_App_Change_Info;
typedef struct _E_App_Callback E_App_Callback;