aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-pilot-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-pilot-map.c')
-rw-r--r--e-util/e-pilot-map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-pilot-map.c b/e-util/e-pilot-map.c
index 660bdedc9a..83517197fd 100644
--- a/e-util/e-pilot-map.c
+++ b/e-util/e-pilot-map.c
@@ -56,8 +56,8 @@ static void
real_e_pilot_map_insert (EPilotMap *map, guint32 pid, const gchar *uid, gboolean archived, gboolean touch)
{
gchar *new_uid;
- guint32 *new_pid;
- EPilotMapPidNode *pnode;
+ guint32 *new_pid = NULL;
+ EPilotMapPidNode *pnode = NULL;
EPilotMapUidNode *unode;
g_return_if_fail (map != NULL);