Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
albumshaper
albumshaper-2.1-memory-leak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File albumshaper-2.1-memory-leak.patch of Package albumshaper
Index: src/backend/manipulations/mosaic.cpp =================================================================== --- src/backend/manipulations/mosaic.cpp.orig +++ src/backend/manipulations/mosaic.cpp @@ -487,8 +487,8 @@ void constructImageTiles(QStringList fil //--------------------------------- //free up the temporary index list, it's nolonger needed since we now have an //actual list of the chosen files - delete fileIndices; - delete fileIndicesUsed; + delete [] fileIndices; + delete [] fileIndicesUsed; fileIndices = NULL; fileIndicesUsed = 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