Skip to content
Snippets Groups Projects
Commit bf983052 authored by Victor Kotlyar's avatar Victor Kotlyar
Browse files

fix for memory leak in valgrind.

parent 81fec4a6
Branches
Tags
No related merge requests found
......@@ -173,6 +173,8 @@ void SCSI::DeviceVector::getTapeInfo(DeviceInfo & devinfo) {
}
}
}
delete st_re;
delete nst_re;
m_sysWrapper.closedir(dirp);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment