]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
compilation fix for -Og
authorJaroslav Kysela <perex@perex.cz>
Sun, 3 Jan 2016 12:35:16 +0000 (13:35 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 3 Jan 2016 12:35:16 +0000 (13:35 +0100)
src/dvr/dvr_inotify.c

index 84a6b2ebc77fecf1f6eb12a1a74c84c54e0e249f..75ceea5fce11f465674d36ebb0afb820732f08db 100644 (file)
@@ -239,6 +239,7 @@ _dvr_inotify_moved
 
   snprintf(path, sizeof(path), "%s/%s", die->path, from);
 
+  de = NULL;
   LIST_FOREACH(dif, &die->entries, link) {
     de = dif->de;
     if (de->de_files == NULL)