[empathy: 18/53] Create a new string for category as it's g_free'd.
- From: Jonny Lamb <jonnylamb src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 18/53] Create a new string for category as it's g_free'd.
- Date: Thu, 4 Jun 2009 12:16:34 -0400 (EDT)
commit 94214398a27d10a9bc55716856ae2303e9d6f6d6
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Mon Apr 20 16:38:00 2009 +0100
Create a new string for category as it's g_free'd.
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
---
src/empathy-debug-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/empathy-debug-dialog.c b/src/empathy-debug-dialog.c
index 059ea22..6219f36 100644
--- a/src/empathy-debug-dialog.c
+++ b/src/empathy-debug-dialog.c
@@ -120,7 +120,7 @@ debug_dialog_add_message (EmpathyDebugDialog *debug_dialog,
else
{
domain = g_strdup (domain_category);
- category = "";
+ category = g_strdup ("");
}
gtk_list_store_append (priv->store, &iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]