gerddie / ginkgocadx

Advanced DICOM viewer
131 stars 38 forks source link

Make sure destructors don't throw #33

Closed gerddie closed 2 years ago

gerddie commented 7 years ago

Coverity uncovered 24 destructors that call functions that may throw an exception. Make sure that these exceptions are handled because destructors must not throw.