Kaydet (Commit) c64e5ab5 authored tarafından Carsten Driesner's avatar Carsten Driesner

fwk160: #i112890# Fixed leak in LateInitThread

üst fbd8c028
......@@ -76,5 +76,10 @@ void SAL_CALL LateInitThread::run()
rCache->load(FilterCache::E_CONTAINS_ALL, sal_True);
}
void SAL_CALL LateInitThread::onTerminated()
{
delete this;
}
} // namespace config
} // namespace filter
......@@ -81,6 +81,8 @@ class LateInitThread : public ::osl::Thread
/** @short thread function.
*/
virtual void SAL_CALL run();
virtual void SAL_CALL onTerminated();
};
} // namespace config
......
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