~prateek.karandikar/ubuntu/precise/pidgin/add_quicklist

« back to all changes in this revision

Viewing changes to libpurple/protocols/msn/object.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-02 16:45:52 UTC
  • mfrom: (2.3.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101202164552-z64wykojzacbb546
Tags: 1:2.7.7-1ubuntu1
New upstream version, drop msn workaround

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        g_free(obj->friendly);
203
203
        g_free(obj->sha1d);
204
204
        g_free(obj->sha1c);
 
205
        g_free(obj->url);
 
206
        g_free(obj->url1);
205
207
 
206
208
        purple_imgstore_unref(obj->img);
207
209
 
400
402
        return obj->url1;
401
403
}
402
404
 
403
 
static MsnObject *
 
405
MsnObject *
404
406
msn_object_find_local(const char *sha1)
405
407
{
406
408
        GList *l;