Changeset a3265629 for protocols


Ignore:
Timestamp:
2006-10-15T18:44:47Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5eec897
Parents:
3dc9d46
Message:

Fixing early free(). Memory management in the passport code is getting too
messy, really... :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/passport.c

    r3dc9d46 ra3265629  
    212212        if( passport_get_id_real( rep->func, rep->data, rep->header ) )
    213213        {
     214                rep->header = NULL;
    214215                destroy_reply( rep );
    215216                return;
Note: See TracChangeset for help on using the changeset viewer.