From: Jaroslav Kysela Date: Sun, 14 Jan 2018 21:23:09 +0000 (+0100) Subject: profile: fix compilation issue X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1077%2Fhead;p=thirdparty%2Ftvheadend.git profile: fix compilation issue --- 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;