Changeset dd89a55 for protocols/oscar


Ignore:
Timestamp:
2006-05-15T17:57:12Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
10a0abf
Parents:
764b0aba
Message:

Fixed various memory leaks/other possible problems after code review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/service.c

    r764b0aba rdd89a55  
    881881#endif
    882882
     883/* len can't be 0 here anyway...
    883884                } else if ((offset == 0x00001000) && (len == 0x00000000)) {
    884885
     
    887888                        aimbs_put32(&fr->data, 0xe9800998);
    888889                        aimbs_put32(&fr->data, 0xecf8427e);
    889 
     890*/
    890891                } else
    891892                        do_error_dialog(sess->aux_data, "WARNING: unknown hash request", "Gaim");
Note: See TracChangeset for help on using the changeset viewer.