Skip to content

Commit f179282

Browse files
authored
Fix memory leak (#152)
1 parent e091be0 commit f179282

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FloatingDockContainer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class CDockingStateReader;
6868
class IFloatingWidget
6969
{
7070
public:
71+
virtual ~IFloatingWidget() = default;
72+
7173
/**
7274
* Starts floating.
7375
* This function should get called typically from a mouse press event

0 commit comments

Comments
 (0)