~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-proposed

« back to all changes in this revision

Viewing changes to pidgin/gtkimhtmltoolbar.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-22 21:51:41 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20081022215141-ps1xypyvtql9kqwa
Tags: 1:2.5.2-0ubuntu1
* New upstream version
* debian/patches/06_ssl_null_pointer_deref.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1146
1146
                                toolbar);
1147
1147
        }
1148
1148
 
1149
 
        free(toolbar->sml);
 
1149
        g_free(toolbar->sml);
1150
1150
        gtk_object_sink(GTK_OBJECT(toolbar->tooltips));
1151
1151
 
1152
1152
        menu = g_object_get_data(object, "font_menu");