The memory leak is reported by a static analyzer tool developed at CAST
the allocated memory will left without free when the function fails to allocated another one, because in function 'ag_malloc' it checks if memory is not allocated and exits whole program
The memory leak is reported by a static analyzer tool developed at CAST the allocated memory will left without free when the function fails to allocated another one, because in function 'ag_malloc' it checks if memory is not allocated and exits whole program