gaim/gaim

56e85ea8e22d
Parents f3966f1cd444
Children ee6469548377
A GError* must be initialized to NULL before passing its address to a
function that can report errors.
  • +1 -1
    src/blist.c
  • --- a/src/blist.c Sat Feb 19 14:45:53 2005 -0500
    +++ b/src/blist.c Sat Feb 19 14:59:59 2005 -0500
    @@ -1946,7 +1946,7 @@
    static gboolean gaim_blist_read(const char *filename)
    {
    - GError *error;
    + GError *error = NULL;
    gchar *contents = NULL;
    gsize length;
    xmlnode *gaim, *blist, *privacy;