Browse Source

AP_HAL: Remove resource leak in srxl.cpp

I correct this issues and then open a pull request.
master
Hyungsub 7 years ago committed by Andrew Tridgell
parent
commit
6e2076a3f1
  1. 1
      libraries/AP_HAL/utility/srxl.cpp

1
libraries/AP_HAL/utility/srxl.cpp

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

Loading…
Cancel
Save