Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:garloff
google-perftools
google-perftools_fix_unassigned_malloc_in_unitt...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File google-perftools_fix_unassigned_malloc_in_unittest.patch of Package google-perftools
Index: google-perftools-1.5/src/tests/heap-checker_unittest.cc =================================================================== --- google-perftools-1.5.orig/src/tests/heap-checker_unittest.cc +++ google-perftools-1.5/src/tests/heap-checker_unittest.cc @@ -682,9 +682,9 @@ static void TransLeaks() { static void ScopedDisabledLeaks() { HeapLeakChecker::Disabler disabler; AllocHidden(3 * sizeof(int)); TransLeaks(); - malloc(10); // Direct leak + void* p = malloc(10); // Direct leak } // have different disabled leaks static void* RunDisabledLeaks(void* a) {
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