[libgdata] [picasaweb] Fix small leak
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [picasaweb] Fix small leak
- Date: Fri, 9 Apr 2010 21:42:11 +0000 (UTC)
commit 721dd8d66611474a71ec55ae86f133e4a67aac26
Author: Philip Withnall <philip tecnocode co uk>
Date: Fri Apr 9 22:32:29 2010 +0100
[picasaweb] Fix small leak
gdata/services/picasaweb/gdata-picasaweb-service.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gdata/services/picasaweb/gdata-picasaweb-service.c b/gdata/services/picasaweb/gdata-picasaweb-service.c
index 30b8155..c31f2bb 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-service.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-service.c
@@ -136,7 +136,10 @@ gdata_picasaweb_service_get_user (GDataPicasaWebService *self, const gchar *user
_("You must specify a username or be authenticated to query a user."));
return NULL;
}
+
message = _gdata_service_query (GDATA_SERVICE (self), uri, NULL, cancellable, NULL, NULL, error);
+ g_free (uri);
+
if (message == NULL)
return NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]