Changeset c0c43fb for protocols/nogaim.c


Ignore:
Timestamp:
2008-12-14T10:31:49Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ac46218
Parents:
939370c
Message:

Fixed ic->away leaking memory. This var is only used by OSCAR and should
maybe be killed. Also fixed some completely broken indentation in those
functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r939370c rc0c43fb  
    320320        ic->acc->prpl->logout( ic );
    321321        b_event_remove( ic->inpa );
     322       
     323        g_free( ic->away );
     324        ic->away = NULL;
    322325       
    323326        u = irc->users;
Note: See TracChangeset for help on using the changeset viewer.