From c950bff4d96f843c753eb9e8713ced6cb614dad3 Mon Sep 17 00:00:00 2001 From: asantamaria <asantamaria@iri.upc.edu> Date: Mon, 12 Dec 2016 21:17:42 +0100 Subject: [PATCH] wip --- src/mvbluefox3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mvbluefox3.cpp b/src/mvbluefox3.cpp index b887b6b..736a58d 100644 --- a/src/mvbluefox3.cpp +++ b/src/mvbluefox3.cpp @@ -41,7 +41,7 @@ CMvbluefox3::~CMvbluefox3() // Close device if necessary. CloseDevice(); - // Delete all pointers. + // Delete all pointers if needed. DelPtr(this->device_); DelPtr(this->fi_); DelPtr(this->request_); -- GitLab