Show
Ignore:
Timestamp:
05/04/07 11:42:06 (19 months ago)
Author:
emostar
Message:

closes #1502

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/icqpacket.cpp

    r4902 r4903  
    11511151  contacts[0] = '\0'; 
    11521152 
    1153   for (it = users.begin(); it != users.end(); it++) { 
     1153  for (it = users.begin(); it != users.end(); ++it) { 
    11541154    len[0] = strlen(*it); 
    11551155    strcat(contacts, len); 
     
    11621162 
    11631163  buffer->Pack(contacts, strlen(contacts)); 
     1164 
     1165  delete [] contacts; 
    11641166} 
    11651167