$ fgrep -n buff ../BUILD/avra-1.3.0/file.c | egrep "malloc|free" 47: buff = malloc(length + 9); 98: free(buff); 116: buff = malloc(length + 9); $
Suggest add missing call to free.
Log in to post a comment.