summaryrefslogtreecommitdiff
path: root/src/mcd-account-compat.h
diff options
context:
space:
mode:
authorAlberto Mardegan <alberto.mardegan@nokia.com>2008-10-21 14:43:03 +0300
committerAlberto Mardegan <alberto.mardegan@nokia.com>2008-10-22 11:10:07 +0300
commitdc58e997488a23c03a8096576d63522eb3c75a53 (patch)
tree447e1cf3710034970a8c894bee272b9b6f2a1b96 /src/mcd-account-compat.h
parentc2e96e9ceaac74fe53c098af11e9d4d72d20e89a (diff)
downloadtelepathy-mission-control-dc58e997488a23c03a8096576d63522eb3c75a53.tar.gz
Fix two memory leaks.
Diffstat (limited to 'src/mcd-account-compat.h')
-rw-r--r--src/mcd-account-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-account-compat.h b/src/mcd-account-compat.h
index 62f9e191..f6beaf34 100644
--- a/src/mcd-account-compat.h
+++ b/src/mcd-account-compat.h
@@ -46,7 +46,7 @@ struct mcd_channel_request
const gchar *channel_handle_string;
gint channel_handle_type;
guint requestor_serial;
- const gchar *requestor_client_id;
+ gchar *requestor_client_id;
};
/* not exported */