Closed GoogleCodeExporter closed 8 years ago
This is indeed a memory leak. Ben, there are a number of these leaks in
OpenCLInfo.cpp, please fix. Thanks.
Original comment by dginsb...@upsamplesoftware.com
on 6 Aug 2011 at 12:50
Original comment by dginsb...@upsamplesoftware.com
on 6 Aug 2011 at 12:53
Is this really a memory leak? If you use alloca() to allocate memory then that
memory should be automatically deallocated upon return from the parent
function. If you used alloc() then that would be a memory leak.
Original comment by Sean.Set...@gmail.com
on 19 Aug 2011 at 4:35
Indeed - Sorry I didn't notice the 'a' at the end of 'alloca'. This issue can
be closed.
Original comment by wel...@gmail.com
on 19 Aug 2011 at 6:51
I missed that too, closing. Thanks.
Original comment by dginsb...@upsamplesoftware.com
on 20 Aug 2011 at 7:42
Original issue reported on code.google.com by
wel...@gmail.com
on 4 Aug 2011 at 1:01Attachments: