Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
xbase
xbase-2.0.0-array-del.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xbase-2.0.0-array-del.patch of Package xbase
--- bin/dbfutil1.cpp +++ bin/dbfutil1.cpp @@ -233,2 +233,4 @@ void MyClass::ConvertDatabase() - if( MemoFieldLen > 0 ) - delete MemoFieldBuf; + if( MemoFieldLen > 0 ){ + delete [] MemoFieldBuf; + MemoFieldBuf = NULL; + } @@ -259,2 +261,4 @@ void MyClass::ConvertDatabase() - if( MemoFieldLen > 0 ) - delete MemoFieldBuf; + if( MemoFieldLen > 0 ){ + delete [] MemoFieldBuf; + MemoFieldBuf = NULL; + }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor