diff options
author | Ritt Konstantin <ritt.ks@gmail.com> | 2011-06-06 11:52:03 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-06-06 11:52:03 (GMT) |
commit | 2410a5b869e3ccee98cd0606ad64690a3c0e1003 (patch) | |
tree | 642a38324c3652369c1da95751aad73a7021adc8 /src/gui/s60framework/qs60maindocument.cpp | |
parent | 480eeaf650fa05a961d7fd59c1762102cb0edb61 (diff) | |
download | Qt-2410a5b869e3ccee98cd0606ad64690a3c0e1003.zip Qt-2410a5b869e3ccee98cd0606ad64690a3c0e1003.tar.gz Qt-2410a5b869e3ccee98cd0606ad64690a3c0e1003.tar.bz2 |
fix potential memory leaking
the `memsize` member was never set with anything but 0;
so, the memory newer was freed neither in destructor, neither in releaseSurface().
for the first one it was non-critical because of the memory was freed indirectly
- by hiding widget before closing (which is why the issue wasn't catched-up until now)
Merge-request: 2627
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'src/gui/s60framework/qs60maindocument.cpp')
0 files changed, 0 insertions, 0 deletions