diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-06 00:16:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-06 00:16:13 +0200 |
| commit | ca9e51ce0729b25618b5479a2e915bec57a45769 (patch) | |
| tree | 340b82af73104f4060bd1e29f11535ecca407bd9 /src | |
| parent | c916cdd8032b5419c4c41db6dd479ef171de31c3 (diff) | |
Missing device_unregister.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_disk_writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_disk_writer.cc b/src/tools/dcpomatic_disk_writer.cc index eb5b7c27a..128391d60 100644 --- a/src/tools/dcpomatic_disk_writer.cc +++ b/src/tools/dcpomatic_disk_writer.cc @@ -348,6 +348,7 @@ try throw CopyError ("Failed to unmount device", r); } + ext4_device_unregister("ext4_fs"); nanomsg->blocking_send(DISK_WRITER_OK "\n"); } catch (CopyError& e) { LOG_DISK("CopyError: %1 %2", e.message(), e.number()); |
