removed one fclose
This commit is contained in:
parent
9897f51307
commit
120750f22a
@ -54,7 +54,6 @@ ReturnValue_t UioMapper::getMapSize(size_t* size) {
|
|||||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||||
sif::error << "UioMapper::getMapSize: Failed to open file " << namestream.str() << std::endl;
|
sif::error << "UioMapper::getMapSize: Failed to open file " << namestream.str() << std::endl;
|
||||||
#endif
|
#endif
|
||||||
fclose(fp);
|
|
||||||
return HasReturnvaluesIF::RETURN_FAILED;
|
return HasReturnvaluesIF::RETURN_FAILED;
|
||||||
}
|
}
|
||||||
char hexstring[SIZE_HEX_STRING] = "";
|
char hexstring[SIZE_HEX_STRING] = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user