Changeset 9ed0081 for protocols/twitter


Ignore:
Timestamp:
2012-11-25T18:39:11Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3592b95
Parents:
29f72b7
Message:

Fixed one potential memory leak, and re-remembered that for GLib + valgrind
you REALLY need to set G_SLICE=always-malloc. Argh!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r29f72b7 r9ed0081  
    271271                txl->list = g_slist_prepend(txl->list,
    272272                        g_strdup_printf("%lld", c->u.array.values[i]->u.integer));
    273                
    274273        }
    275274       
Note: See TracChangeset for help on using the changeset viewer.