X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7af284fda7500594b2ab86c8ba60138164ab4d04..243d4b360385d3364e96d5600f693139e359fb3b:/src/common/strconv.cpp?ds=inline diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 82656dd1d2..5f5ae4b89f 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -641,7 +641,7 @@ public: size_t outbuf = n; size_t res, cres; - wchar_t *tmpbuf; + wchar_t *tmpbuf = 0; if (g_wcNeedsSwap) {