Kaydet (Commit) 43c1b8d3 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

add comment on possibly memory leak

Change-Id: I7e1fc471ca5930ceaff4b1c6c6ba351ff0594639
üst 34040b3e
......@@ -1920,6 +1920,7 @@ SwChartDataSequence::SwChartDataSequence(
}
catch (uno::RuntimeException &)
{
// TODO: shouldnt there be a call to release() here?
throw;
}
catch (uno::Exception &)
......@@ -1967,6 +1968,7 @@ SwChartDataSequence::SwChartDataSequence( const SwChartDataSequence &rObj ) :
}
catch (uno::RuntimeException &)
{
// TODO: shouldnt there be a call to release() here?
throw;
}
catch (uno::Exception &)
......
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