diff --git a/Source/util.cpp b/Source/util.cpp index 222a6b59..8fa98ce0 100644 --- a/Source/util.cpp +++ b/Source/util.cpp @@ -655,7 +655,7 @@ string get_executable_path(const char* argv0) { if( envpath != NULL ) return get_full_path( envpath ); else { char* pathtmp; - char* path; + char* path = NULL; size_t len = 100; size_t nchars; while(1){