diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-09-07 00:06:36 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-09-07 00:06:36 (GMT) |
commit | 262c7d1fdc5dfbd8c2e9f84d1d3055735b5bc4b3 (patch) | |
tree | 2d1549a07d82a0ab84238779e0549adbdce86b64 /src/declarative/fx/qfxtextinput_p.h | |
parent | 6e93a32b5286cb6e2179a810ee5966abe5015f31 (diff) | |
download | Qt-262c7d1fdc5dfbd8c2e9f84d1d3055735b5bc4b3.zip Qt-262c7d1fdc5dfbd8c2e9f84d1d3055735b5bc4b3.tar.gz Qt-262c7d1fdc5dfbd8c2e9f84d1d3055735b5bc4b3.tar.bz2 |
Fix leaks.
Diffstat (limited to 'src/declarative/fx/qfxtextinput_p.h')
-rw-r--r-- | src/declarative/fx/qfxtextinput_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxtextinput_p.h b/src/declarative/fx/qfxtextinput_p.h index 22a5306..b533854 100644 --- a/src/declarative/fx/qfxtextinput_p.h +++ b/src/declarative/fx/qfxtextinput_p.h @@ -72,6 +72,7 @@ public: ~QFxTextInputPrivate() { + delete control; } void init(); |