Commit f1931264 authored by Kirill Smelkov's avatar Kirill Smelkov

bigfile/test: Don't forget to close opened RAM

Only one place that was using ram_new was missing to call ram_close in
the end.
parent e87d6801
/* Wendelin.bigfile | ram tests /* Wendelin.bigfile | ram tests
* Copyright (C) 2014-2015 Nexedi SA and Contributors. * Copyright (C) 2014-2019 Nexedi SA and Contributors.
* Kirill Smelkov <kirr@nexedi.com> * Kirill Smelkov <kirr@nexedi.com>
* *
* This program is free software: you can Use, Study, Modify and Redistribute * This program is free software: you can Use, Study, Modify and Redistribute
...@@ -147,6 +147,7 @@ int main() ...@@ -147,6 +147,7 @@ int main()
ramh_close(ramh); ramh_close(ramh);
ram_close(ram);
return 0; return 0;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment