diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-29 19:54:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-29 19:54:07 +0000 |
| commit | 00ee110ef1de083759c4f74bdfeff78752b6198f (patch) | |
| tree | e342f557344ad7bdea4b0b6a6af5e44d858bcfcf /src/tools/dcpomatic_cli.cc | |
| parent | f213fd833a840fc97e3875979ae7dc7cbbc883b1 (diff) | |
Make ServerFinder stop nicely when dcpomatic_cli quits.
Diffstat (limited to 'src/tools/dcpomatic_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index 0b946181a..44abf4116 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -216,6 +216,8 @@ main (int argc, char* argv[]) indirectly holding onto codecs. */ JobManager::drop (); + + ServerFinder::drop (); return error ? EXIT_FAILURE : EXIT_SUCCESS; } |
