in SysCheck.cpp line 118, there is memory freed by using 'delete'. this memory
was allocated by using memalign(). it is generally considered a bad idea and
undifined behavior to use malloc()/memalign()/calloc()/realloc() with 'delete'
or 'new' with free().
Original issue reported on code.google.com by giantpune@gmail.com on 2 May 2011 at 1:34
Original issue reported on code.google.com by
giantpune@gmail.com
on 2 May 2011 at 1:34