Kaydet (Commit) dcef874c authored tarafından Caolán McNamara's avatar Caolán McNamara

silence coverity#1266479 Resource leak

Change-Id: Ied44998b48817964f65fbe9f15e6d8cdf56f5e7a
üst 142df15e
......@@ -577,6 +577,7 @@ void ScChartListenerCollection::FreeUno( const uno::Reference< chart::XChartData
}
// Release all pointers currently managed by the ptr_map container.
// coverity[leaked_storage] - no leak, because because we will take care of them below
maListeners.release().release();
// Re-insert the listeners we need to keep.
......
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