mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Terminate slave browsers with libev(ent).
This commit is contained in:
parent
7abe853803
commit
9175f8ed39
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#include "config/options.h"
|
#include "config/options.h"
|
||||||
#include "intl/gettext/libintl.h"
|
#include "intl/gettext/libintl.h"
|
||||||
|
#include "main/main.h"
|
||||||
#include "main/select.h"
|
#include "main/select.h"
|
||||||
#include "main/timer.h"
|
#include "main/timer.h"
|
||||||
#include "osdep/ascii.h"
|
#include "osdep/ascii.h"
|
||||||
@ -472,6 +473,8 @@ free_itrm(struct itrm *itrm)
|
|||||||
mem_free_if(itrm->out.queue.data);
|
mem_free_if(itrm->out.queue.data);
|
||||||
mem_free_if(itrm->in.queue.data);
|
mem_free_if(itrm->in.queue.data);
|
||||||
mem_free(itrm);
|
mem_free(itrm);
|
||||||
|
|
||||||
|
program.terminate = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Resize terminal to dimensions specified by @a text string.
|
/** Resize terminal to dimensions specified by @a text string.
|
||||||
|
Loading…
Reference in New Issue
Block a user