malloc error when trying to assign the returned pointer to a struct field
    Basile B. 
    b2.temp at gmx.com
       
    Fri Sep  8 19:50:30 UTC 2023
    
    
  
On Friday, 8 September 2023 at 19:14:47 UTC, H. S. Teoh wrote:
> [...]
> My guess is that you have a double-free somewhere, or there's a 
> buffer overrun. Or maybe some bad interaction with the GC, e.g. 
> if you tried to free a pointer from the GC heap.
That cant be a GC problem as rempas project is compiled with 
`-betterC`
    
    
More information about the Digitalmars-d-learn
mailing list