mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -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>> {
|
||||
g_queue_free ( queue );
|
||||
// Reset pointer to NULL
|
||||
queue = NULL;
|
||||
yyterminate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue