OSDN Git Service

Code assist: Fix memory leak in completion
authorLeandro Melo <leandro.melo@nokia.com>
Wed, 7 Sep 2011 12:02:31 +0000 (14:02 +0200)
committerLeandro T. C. Melo <leandro.melo@nokia.com>
Wed, 7 Sep 2011 12:42:16 +0000 (14:42 +0200)
commite15443e9523df0e40414b1baf7d8182f641f7f2c
tree43113a66b11d66bdcb56bcb609ca75a8ea5273c2
parent1edf045a0e5bba46cf6b9e0b2d23bfa2808387ad
Code assist: Fix memory leak in completion

One fix is in the runner, which is part of the completion
engine itself. The other is specific for C++.

Task-number: QTCREATORBUG-5947
Change-Id: Ib8fff1eb5adad1ffb2a11da66c50b545e1457df8
Reviewed-on: http://codereview.qt.nokia.com/4355
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
src/plugins/cpptools/cppcompletionassist.cpp
src/plugins/texteditor/codeassist/runner.cpp