julius icon indicating copy to clipboard operation
julius copied to clipboard

endt is not initialized in second pass

Open palles77 opened this issue 8 years ago • 0 comments

In file search_bestfirst_v1.c in line 596 endt is not initialized, which causes runtime exception in Windows in VS2013 in debug mode. However it works on Linux/Cygwin. This variable should be initialized to something. On Windows in release mode not initializing it leads to unpredictable decoding results.

palles77 avatar Sep 25 '16 22:09 palles77