Diff of /trunk/src/gcvote.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 164 by harbaum, Thu Nov 5 09:56:17 2009 UTC revision 165 by harbaum, Sun Nov 8 20:32:55 2009 UTC
# Line 332  static void *worker_thread(void *ptr) { Line 332  static void *worker_thread(void *ptr) {
332    
333    /* always cleanup */    /* always cleanup */
334    curl_easy_cleanup(curl);    curl_easy_cleanup(curl);
335    
336    curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &request->response);    printf("gcvote: 1\n");
337    
338    /* then cleanup the formpost chain */    /* then cleanup the formpost chain */
339    curl_formfree(formpost);    curl_formfree(formpost);
340    
341      printf("gcvote: 2\n");
342    
343    /* cause gtk main loop to handle result only if main loop */    /* cause gtk main loop to handle result only if main loop */
344    /* is still interested. Don't free request then, since the */    /* is still interested. Don't free request then, since the */
345    /* gcvote_result_handler will do this */    /* gcvote_result_handler will do this */

Legend:
Removed from v.164  
changed lines
  Added in v.165