|
|
Choosing A Webhost: |
Fw: [jira] Created: (AXISCPP-626) Allocation/Deallocation mismatch: msg#00300apache.webservices.axis-c.devel
hi Carsten, are you a committer yet? ----- Forwarded by John Hawkins/UK/IBM on 21/04/2005 08:04 -----
Allocation/Deallocation mismatch -------------------------------- Key: AXISCPP-626 URL: http://issues.apache.org/jira/browse/AXISCPP-626 Project: Axis-C++ Type: Bug Components: Client - Engine Versions: 1.5 Final Environment: Linux RHEL3 Reporter: Carsten Blecken Priority: Minor There is an alloc/delete mismatch in ClientAxisEngine. Since it is a built in type this is only a minor problem. if( strchr( pchService, '#') == NULL) { // If there is no # seperator, then strip off the outer quotes. int iStringLength = strlen( pchService); char * pszService = new char[iStringLength]; memset( pszService, 0, iStringLength); memcpy( pszService, pchService + 1, iStringLength - 2); pService = g_pWSDDDeployment->getService( pszService); delete pszService; <-- should be delete [] pszService; } -- 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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [jira] Commented: (AXISCPP-613) Proxy Error, Samisa Abeysinghe (JIRA) |
|---|---|
| Next by Date: | RE: msvc 6 v 7, John Hawkins |
| Previous by Thread: | [jira] Created: (AXISCPP-626) Allocation/Deallocation mismatch, Carsten Blecken (JIRA) |
| Next by Thread: | Axis-CPP Multi-Ref Support., Brian Abbott |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |