aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-04-13 00:31:06 +0200
committerAndy Shaw <andy.shaw@qt.io>2019-04-14 08:34:33 +0000
commit6dac2e7df7fbf0f29667bf92b4e72426db47dbe9 (patch)
treee6a70e491e90cf88c7ff584b0699234cdd2f9c88 /src/qmltest
parent956099608b98d8f57798f59c8f5367a476e2d5ae (diff)
Only create the imports array if importCount is greater than 0
Since it is possible that CompilationUnit::instantiate() might be called more than once when the importCount is 0 then it should only create the imports array when it is greater than 0. This prevents a memory leak due to the recreation of this array each time it is called even though there is no imports to assign. Change-Id: I5d84b01de10bff2ca25248251e8337839e434bd5 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qmltest')
0 files changed, 0 insertions, 0 deletions