fixed bug with accessing string buffer that was already free()'ed
authorHolger Schemel <info@artsoft.org>
Thu, 30 Aug 2018 18:11:08 +0000 (20:11 +0200)
committerHolger Schemel <info@artsoft.org>
Thu, 30 Aug 2018 18:11:08 +0000 (20:11 +0200)
The function "getNetworkLevelDir()" returns a reference to a string
buffer that will be invalidated by each following invocation. As
"InitNetworkLevelDirectory()" also calls this function, it must be
called before "getNetworkLevelDir()".


No differences found