clear re->polling when re_main exists
This commit is contained in:
parent
074d372124
commit
cbbb18fe5f
1 changed files with 2 additions and 0 deletions
|
@ -842,6 +842,8 @@ int re_main(re_signal_h *signalh)
|
|||
re_unlock(re);
|
||||
|
||||
out:
|
||||
re->polling = false;
|
||||
|
||||
return err;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue