]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/radiobox.cpp
fix memory leak (coverity checker CID 53)
[wxWidgets.git] / src / univ / radiobox.cpp
index e4038b1a0d7d8511bb1be0e1da8a3b3cc3d08b4d..6a23d3d34b093ad32f48da1858d86e1acf24787d 100644 (file)
@@ -392,7 +392,7 @@ void wxRadioBox::DoSetToolTip(wxToolTip *tooltip)
 
 wxSize wxRadioBox::GetMaxButtonSize() const
 {
-    int widthMax, heightMax, width, height;
+    int widthMax, heightMax, width = 0, height = 0;
     widthMax = heightMax = 0;
 
     int count = GetCount();