aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-09 11:59:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-09 11:59:44 +0000
commit1cc7c72db66b0f689b7547e2b103f463e9115da7 (patch)
treecc0c5a8bb010dac344c92e00d972785d44d4d122 /gtk
parent8db8e902216b8bb6b4cac059525fd17ca5e0e723 (diff)
Fix some of the Errors/warnings detected by checkapi.
svn path=/trunk/; revision=25261
Diffstat (limited to 'gtk')
-rw-r--r--gtk/voip_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index 4704f0b34e..5edebaa7e2 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -2583,7 +2583,7 @@ mgcp_calls_init_tap(void)
{
/* don't register tap listener, if we have it already */
/* we send an empty filter, to force a non null "tree" in the mgcp dissector */
- error_string = register_tap_listener("mgcp", &(the_tapinfo_struct.mgcp_dummy), strdup(""),
+ error_string = register_tap_listener("mgcp", &(the_tapinfo_struct.mgcp_dummy), g_strdup(""),
voip_calls_dlg_reset,
MGCPcalls_packet,
voip_calls_dlg_draw