Janitor: fix memory leaks.

This commit is contained in:
Kristian Bendiksen
2024-09-02 11:57:07 +02:00
committed by Magne Sjaastad
parent 1736c01dfa
commit d8eb34c00d
7 changed files with 37 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ class RiuWellLogPlot : public RiuMultiPlotPage
Q_OBJECT
public:
RiuWellLogPlot( RimDepthTrackPlot* plotDefinition, QWidget* parent );
~RiuWellLogPlot() override;
RimViewWindow* ownerViewWindow() const override;