about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.c b/history.c
index 4757906..dc3e6f8 100644
--- a/history.c
+++ b/history.c
@@ -94,7 +94,7 @@ restore_global_history(void)
 {
 	char			file[PATH_MAX];
 	FILE			*f;
-	gchar			*uri, *title, *stime, *err = NULL;
+	gchar			*uri, *title = NULL, *stime = NULL, *err = NULL;
 	time_t			time;
 	struct tm		tm;
 	const char		delim[3] = {'\\', '\\', '\0'};