OSDN Git Service

Refactor error handling in exfat_mount().
authorrelan <relan@users.noreply.github.com>
Sun, 19 Mar 2017 18:22:50 +0000 (21:22 +0300)
committerrelan <relan@users.noreply.github.com>
Sun, 19 Mar 2017 18:24:09 +0000 (21:24 +0300)
commit82b6c58cc9368a386a15f1aed5e0e48d3b96e270
tree02cb4536d664cf61419fe32b77716fe314d874fe
parent688a6fb6a4bc49c2e18b2ce8fadc1e0d1bd20ad3
Refactor error handling in exfat_mount().

Free struct exfat members in a separate function that can be called both
from exfat_unmount() and exfat_mount().
libexfat/mount.c