summaryrefslogtreecommitdiff
path: root/libsoup/soup-address.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-03-13 11:57:09 -0500
committerDan Winship <danw@gnome.org>2010-03-13 11:57:09 -0500
commitd08ed91a7da4bd25180d6ddf19500f2a7b729c6d (patch)
tree1c770d1ef2822ccd7edfc28a723eda14d01afb11 /libsoup/soup-address.c
parente69be10e1b99723460d9aca45a53cbbd6f2b5673 (diff)
downloadlibsoup-d08ed91a7da4bd25180d6ddf19500f2a7b729c6d.tar.gz
Fix leaks found by valgrind
Also, simply the suppressions file by using the "..." syntax, which I think didn't exist (or at least wasn't documented) when I first created it.
Diffstat (limited to 'libsoup/soup-address.c')
-rw-r--r--libsoup/soup-address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-address.c b/libsoup/soup-address.c
index b7e07a0c..605a51bd 100644
--- a/libsoup/soup-address.c
+++ b/libsoup/soup-address.c
@@ -612,7 +612,7 @@ complete_resolve_async (SoupAddress *addr, guint status)
}
g_slice_free (SoupAddressResolveAsyncData, res_data);
}
- g_slist_free (l);
+ g_slist_free (lookups);
g_object_unref (addr);
}