Services are unloaded before last message objects have been deleted
-------------------------------------------------------------------

         Key: AXISCPP-934
         URL: http://issues.apache.org/jira/browse/AXISCPP-934
     Project: Axis-C++
        Type: Bug
  Components: Server - Engine  
    Versions: current (nightly)    
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 


The ModuleUninitialize method  deletes the handler loader before deleting the 
SoapSerializer.

This results in the service libraries being unloaded before the last message 
objects have been deleted.  If the last message contains any complex types it 
won't be able to delete them as the function pointers are to non-existent code, 
causing the clean-up to fail.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to