in ~ActiveXEventMapFlusher()
it reads:
ActiveXNamedEventMap::iterator it = sg_NamedEventMap.end(); while (it != sg_NamedEventMap.end()) { delete it->second; it++; };
i assume the first '.end()' should be a '.begin()'
Logged In: YES user_id=382855
The same error is repeated below in the line
ActiveXDISPIDEventMap::iterator dit = sg_dispIdEventMap.end();
Log in to post a comment.
Logged In: YES
user_id=382855
The same error is repeated below in the line
ActiveXDISPIDEventMap::iterator dit = sg_dispIdEventMap.end();