Changeset 3dc9d46 for protocols/oscar


Ignore:
Timestamp:
2006-10-15T15:32:46Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a3265629, e617b35
Parents:
2529faf
Message:

Fixed a very interesting memory leak in the OSCAR module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/info.c

    r2529faf r3dc9d46  
    261261                if (!identified) {
    262262                        /*FIXME*/
     263                        /*REMOVEME :-)
    263264                        g_strdup_printf("unknown capability: {%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n",
    264265                                        cap[0], cap[1], cap[2], cap[3],
     
    268269                                        cap[10], cap[11], cap[12], cap[13],
    269270                                        cap[14], cap[15]);
    270                        
     271                        */
    271272                }
    272273
Note: See TracChangeset for help on using the changeset viewer.