Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ximi1970:Toolchains:MinGW
mingw32-winpthreads-5.0.1
memleak.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File memleak.patch of Package mingw32-winpthreads-5.0.1
Index: winpthreads/src/thread.c =================================================================== --- winpthreads.orig/src/thread.c +++ winpthreads/src/thread.c @@ -295,8 +295,10 @@ push_pthread_mem (_pthread_v *sv) memset (sv, 0, sizeof(struct _pthread_v)); if (pthr_last == NULL) pthr_root = pthr_last = sv; - else + else { pthr_last->next = sv; + pthr_last = sv; + } pthread_mutex_unlock (&mtx_pthr_locked); }
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