in r301 at line 3782 in mongoose.c "free(conn);" the connection varibale
is freed. If the variable is accessed after this point it causes an
access violation on windows. Moving "free(conn);" to the end of the
funciton resolves it.
Original issue reported on code.google.com by dcraw...@gmail.com on 4 Apr 2009 at 7:07
Original issue reported on code.google.com by
dcraw...@gmail.com
on 4 Apr 2009 at 7:07