From cdd06c393d2c6dd0b5716a354aecc92c8457dc4d Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 27 Jul 2009 20:55:30 +0200 Subject: Compiler warning fixes (as part of bug #424078) --- e-util/e-pilot-map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util') 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); -- cgit v1.2.3