AP_HAL: Remove resource leak in srxl.cpp

I correct this issues and then open a pull request.
This commit is contained in:
Hyungsub 2018-06-19 19:24:38 -04:00 committed by Andrew Tridgell
parent b63b00f84e
commit 6e2076a3f1

View File

@ -510,5 +510,6 @@ int main(int argc, const char *argv[])
}
}
}
fclose(f);
}
#endif