1
0
mirror of https://github.com/coreos/mantle.git synced 2026-02-05 18:45:05 +01:00
Files
Andrew Jeddeloh 58efe407f4 *: make Destroy() void
There isn't anything we can do about the errors returned by Destroy().
All we ever do is log them, so lets not return the error and log it in
the Destroy() functions instead. This also means we do not abort from
cleanup code just because one section failed. This prevents one
destruction failure from causing other resources to be leaked because we
returned from Destory() early.
2017-12-13 10:50:13 -08:00
..
2017-12-13 10:50:13 -08:00
2017-11-02 13:22:45 -07:00
2016-07-12 23:15:29 -07:00