ukaea / UDA

Universal Data Access library to provide data over the network in a unified data object.
https://ukaea.github.io/UDA/
Apache License 2.0
11 stars 4 forks source link

use of pclose instead of fclose #15

Closed DorisBDR closed 1 year ago

DorisBDR commented 1 year ago

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]

DorisBDR commented 1 year ago

fixed in the new UDA code