-
Notifications
You must be signed in to change notification settings - Fork 0
Fix memory allocation system #14
Copy link
Copy link
Open
Description
Custom delete operator is being called in release mode after the memory allocation system's mutex has been deconstructed. This appears to be an issue with fstreams delaying the release of some resources until application termination. There's no way to fix the issue of the memory allocation system tracking this memory, but I can at least prevent abnormal termination by disabling the custom memory allocation system before calling returning from main.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels