request.c, line 749 I believe (I've changed a few things), there is a for (i=0; i<15; i++) loop that frees an array of pointers to malloc'd memory. The for loop should be (i=0; i<25; i++).
Log in to post a comment.