aboutsummaryrefslogtreecommitdiff
path: root/lib/components/scan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/scan.cpp')
-rw-r--r--lib/components/scan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp
index c46bb4a8..cfbff6d8 100644
--- a/lib/components/scan.cpp
+++ b/lib/components/scan.cpp
@@ -86,7 +86,7 @@ int eComponentScan::start()
fet.hierarchy = eDVBFrontendParametersTerrestrial::Hierarchy::HNone;
fe->setDVBT(fet);
#endif
- ePtr<iDVBChannel> channel;
+ eUsePtr<iDVBChannel> channel;
if (mgr->allocateRawChannel(channel))
{