Added a reference count field to MWContext when MODULAR_NETLIB is defined. This is necessary because MWContexts are now shared by multiple threads...
git-svn-id: svn://10.0.0.236/trunk@11095 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -334,6 +334,7 @@ struct MWContext_ {
|
||||
Bool anonymous;
|
||||
#ifdef MODULAR_NETLIB
|
||||
URL_Struct* modular_data;
|
||||
PRInt32 ref_count;
|
||||
#endif
|
||||
|
||||
/* This gets set to `true' when layout encounters an image with no
|
||||
|
||||
Reference in New Issue
Block a user