We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c380a17 commit 6ae3e2aCopy full SHA for 6ae3e2a
extensions/GUI/src/GUI/ScrollView/ScrollView.cpp
@@ -67,7 +67,11 @@ ScrollView::ScrollView()
67
, _animatedScrollAction(nullptr)
68
{}
69
70
-ScrollView::~ScrollView() {}
+ScrollView::~ScrollView()
71
+{
72
+ if (_animatedScrollAction)
73
+ _animatedScrollAction->release();
74
+}
75
76
ScrollView* ScrollView::create(Size size, Node* container /* = nullptr*/)
77
{
0 commit comments