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