Peter M. Groen
/
redox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2e36078fb80766ca4cfb85a779eedee362690b32
Authored by
Hayk Martirosyan
2015-01-11 11:57:03 -0800
1 parent
bf1b7198
Add ev_break to stop_signal
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/redox.cpp
src/redox.cpp
View file @
2e36078
...
...
@@ -139,6 +139,7 @@ void Redox::start() {
139
139
140
140
void Redox::stop_signal() {
141
141
to_exit = true;
142
+ ev_break(evloop, EVBREAK_ALL);
142
143
}
143
144
144
145
void Redox::block() {
...
...