]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: fix compilation issue 1077/head
authorJaroslav Kysela <perex@perex.cz>
Sun, 14 Jan 2018 21:23:09 +0000 (22:23 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 14 Jan 2018 21:23:09 +0000 (22:23 +0100)
src/profile.c

index d8db344f5f7e8bcc263f374e3c04cdb816ff6282..684f95eb9824ce9b0c479ace388d3cb7e472ca7f 100644 (file)
@@ -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;