summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandtextinputv1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandtextinputv1.cpp')
-rw-r--r--src/client/qwaylandtextinputv1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandtextinputv1.cpp b/src/client/qwaylandtextinputv1.cpp
index 3b45322b1..846ed95c8 100644
--- a/src/client/qwaylandtextinputv1.cpp
+++ b/src/client/qwaylandtextinputv1.cpp
@@ -46,6 +46,7 @@ QWaylandTextInputv1::~QWaylandTextInputv1()
{
if (m_resetCallback)
wl_callback_destroy(m_resetCallback);
+ zwp_text_input_v1_destroy(object());
}
void QWaylandTextInputv1::reset()