GeminiGraph icon indicating copy to clipboard operation
GeminiGraph copied to clipboard

may the gcc not surpported

Open abasi20 opened this issue 4 years ago • 0 comments

image my gcc's version is 11.2.1. when the process end, it will raise a segment fault. following the code , it found that freeing curr or next buffers will return a pointer of type T, the compiler may access the mem, resulting in a segment.

image

modify the return value as void。

abasi20 avatar Aug 24 '21 02:08 abasi20