Changeset 0bff877 for lib/oauth.c


Ignore:
Timestamp:
2010-04-27T22:49:58Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3f668e47
Parents:
18dbb20
Message:

Valgrind-clean now. And decent handling of errors (wrong PIN).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/oauth.c

    r18dbb20 r0bff877  
    273273       
    274274        params_s = oauth_params_string( params );
    275         oauth_params_free( params_ );
     275        oauth_params_free( &params );
    276276       
    277277        s = oauth_sign( "POST", url, params_s, NULL );
     
    354354        struct oauth_info *st = req->data;
    355355       
     356        st->http = req;
     357       
    356358        if( req->status_code == 200 )
    357359        {
Note: See TracChangeset for help on using the changeset viewer.