I supposedly have a memory leak on this line.
if ((tempimage = calloc(reduced_image*2, sizeof(float))) == NULL)
Its in getmemory on line 1015 of main; tempimage is declared on line 27; getmemory is called on line 79. reduced_image is defined in p1640.h on line 48
Any help would be appreciated.
if ((tempimage = calloc(reduced_image*2, sizeof(float))) == NULL)
Its in getmemory on line 1015 of main; tempimage is declared on line 27; getmemory is called on line 79. reduced_image is defined in p1640.h on line 48
Any help would be appreciated.