mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-17 15:45:56 -05:00
Reset parsing queue on EOF.
This commit is contained in:
parent
c57e7348d2
commit
3944a5bde2
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,8 @@ if ( queue == NULL ){
|
||||||
}
|
}
|
||||||
<INITIAL><<EOF>> {
|
<INITIAL><<EOF>> {
|
||||||
g_queue_free ( queue );
|
g_queue_free ( queue );
|
||||||
|
// Reset pointer to NULL
|
||||||
|
queue = NULL;
|
||||||
yyterminate();
|
yyterminate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue