From 0f4219759fbd5221e32d431d377019531f5c7c18 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 14 Jan 2018 22:23:09 +0100 Subject: [PATCH] profile: fix compilation issue --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index d8db344f5..684f95eb9 100644 --- a/src/profile.c +++ b/src/profile.c @@ -952,7 +952,7 @@ profile_sharer_destroy(profile_chain_t *prch) { profile_sharer_t *prsh = prch->prch_sharer; profile_sharer_message_t *psm, *psm2; - int run; + int run = 0; if (prsh == NULL) return; -- 2.47.2