ukaea/UDA

use of pclose instead of fclose

Closed this issue · 1 comments

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]

fixed in the new UDA code