Kaydet (Commit) 39bc5e11 authored tarafından Matúš Kukan's avatar Matúš Kukan

fix memory leak

Change-Id: Ic84ace8ac3aa52009f43aafe78283730f97881f2
üst 75997ec5
......@@ -201,6 +201,7 @@ DataStream::~DataStream()
StopImport();
if (mxReaderThread.is())
mxReaderThread->endThread();
delete mpLines;
}
OString DataStream::ConsumeLine()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment