diff --git a/sc/source/core/tool/chartlis.cxx b/sc/source/core/tool/chartlis.cxx index 2bdb2b102c96..0b67d63b0c56 100644 --- a/sc/source/core/tool/chartlis.cxx +++ b/sc/source/core/tool/chartlis.cxx @@ -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.