--- trunk/src/gcvote.c 2009/11/05 20:37:16 164 +++ trunk/src/gcvote.c 2009/11/08 20:32:55 165 @@ -332,12 +332,14 @@ /* always cleanup */ curl_easy_cleanup(curl); - - curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &request->response); - + + printf("gcvote: 1\n"); + /* then cleanup the formpost chain */ curl_formfree(formpost); + printf("gcvote: 2\n"); + /* cause gtk main loop to handle result only if main loop */ /* is still interested. Don't free request then, since the */ /* gcvote_result_handler will do this */