Changeset 9da0bbf for root_commands.c


Ignore:
Timestamp:
2007-07-02T22:12:03Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e900442
Parents:
5d7dc00
Message:

Added (and using) jabber_chat_free() for better memory management, fixed
channel name generation code in root_commands.c and fixed one memory leak
in jabber_buddy_remove_bare().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r5d7dc00 r9da0bbf  
    912912        if( cmd[3] )
    913913        {
    914                 if( channel[0] != '#' && channel[0] != '&' )
     914                if( cmd[3][0] != '#' && cmd[3][0] != '&' )
    915915                        channel = g_strdup_printf( "&%s", cmd[3] );
    916916                else
Note: See TracChangeset for help on using the changeset viewer.