summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-vdrmanager/helpers.cpp')
-rw-r--r--vdr-vdrmanager/helpers.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp
index de77b10..800aa51 100644
--- a/vdr-vdrmanager/helpers.cpp
+++ b/vdr-vdrmanager/helpers.cpp
@@ -753,6 +753,9 @@ bool cHelpers::IsWantedChannel(cChannel * channel, string wantedChannels) {
}
}
}
+ //Bug #1236
+ free(buffer);
+
return found;
}