X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b74902d6d5eeffe44d00e379f5509624372eccd..ce4fd7b577cdeb1ceb085cb1380c0df97b6ceef4:/src/unix/dlunix.cpp diff --git a/src/unix/dlunix.cpp b/src/unix/dlunix.cpp index e812f56a9c..cad5a9a22e 100644 --- a/src/unix/dlunix.cpp +++ b/src/unix/dlunix.cpp @@ -340,8 +340,8 @@ wxDynamicLibraryDetailsArray wxDynamicLibrary::ListLoaded() { // details of the module currently being parsed wxString pathCur; - unsigned long startCur, - endCur; + unsigned long startCur = 0, + endCur = 0; char path[1024]; char buf[1024];