mudaidam/src/main/c/source/clientserver/expand_path.cpp:436 it shall be pclose instead of fclose
otherwise you get this error with g++ 11
error: ‘int fclose(FILE*)’ called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
mudaidam/src/main/c/source/clientserver/expand_path.cpp:436 it shall be pclose instead of fclose otherwise you get this error with g++ 11 error: ‘int fclose(FILE*)’ called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]