Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r5e202b0 rd5ccd83  
    279279        user_t *t, *u = irc->users;
    280280        account_t *a;
    281        
    282         /* Nested calls might happen sometimes, this is probably the best
    283            place to catch them. */
    284         if( gc->flags & OPT_LOGGING_OUT )
    285                 return;
    286281       
    287282        serv_got_crap( gc, "Signing off.." );
     
    10191014        }
    10201015       
     1016        g_list_free( ms );
     1017       
    10211018        return( 1 );
    10221019}
Note: See TracChangeset for help on using the changeset viewer.