Skip to content

Commit

Permalink
Fixed CVIdeo::quit being swallowed in invoked_function_data::call
Browse files Browse the repository at this point in the history
(cherry-picked from commit 8ecbed0)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent 26714a3 commit a053bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events.cpp
Expand Up @@ -64,6 +64,7 @@ struct invoked_function_data
f();
} catch(const CVideo::quit&) {
// Handle this exception in the main thread.
throw;
} catch(...) {
thrown_exception = std::current_exception();
}
Expand Down

0 comments on commit a053bb6

Please sign in to comment.