summaryrefslogtreecommitdiff
path: root/src/gui/widgets/shoplistbox.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-14 14:16:43 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-15 00:23:19 +0100
commit428fc53a8319710bba3cf130ed7121c9d6732c24 (patch)
treee9de8cc1763cab77706a930fb3d7d4ad05dc9a60 /src/gui/widgets/shoplistbox.cpp
parentd035c2c624d5fd2d27eed811d219cfd81e9063ef (diff)
downloadmana-client-428fc53a8319710bba3cf130ed7121c9d6732c24.tar.gz
mana-client-428fc53a8319710bba3cf130ed7121c9d6732c24.tar.bz2
mana-client-428fc53a8319710bba3cf130ed7121c9d6732c24.tar.xz
mana-client-428fc53a8319710bba3cf130ed7121c9d6732c24.zip
Don't leak the XMLContext that is created while loading an XML document
The XMLContext is only relevant while an XML file is being parsed. So rather than allocating it on the heap and forgetting to delete it again, it's now allocated on the stack and thrown away automatically. Reviewed-by: Yohann Ferreira
Diffstat (limited to 'src/gui/widgets/shoplistbox.cpp')
0 files changed, 0 insertions, 0 deletions