diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-24 00:19:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-24 00:19:18 +0300 |
commit | 5e7e165bfdf4d0d726fd058b786519a04bcf62b0 (patch) | |
tree | 4e54d531881ba22ee9757b9a9678fcf67460d86d /src/gui | |
parent | bac1df3b9ac0e3327e8de812793d0a18cfd64cba (diff) | |
download | plus-5e7e165bfdf4d0d726fd058b786519a04bcf62b0.tar.gz plus-5e7e165bfdf4d0d726fd058b786519a04bcf62b0.tar.bz2 plus-5e7e165bfdf4d0d726fd058b786519a04bcf62b0.tar.xz plus-5e7e165bfdf4d0d726fd058b786519a04bcf62b0.zip |
Fix possible crash in server change.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/vertcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/vertcontainer.cpp b/src/gui/widgets/vertcontainer.cpp index 305343d1a..42ae97802 100644 --- a/src/gui/widgets/vertcontainer.cpp +++ b/src/gui/widgets/vertcontainer.cpp @@ -70,6 +70,7 @@ void VertContainer::clear() mCount = 0; mNextY = 0; + mResizableWidgets.clear(); } void VertContainer::widgetResized(const gcn::Event &event A_UNUSED) |