1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

Reset parsing queue on EOF.

This commit is contained in:
Dave Davenport 2017-01-08 16:16:09 +01:00
parent c57e7348d2
commit 3944a5bde2

View file

@ -308,6 +308,8 @@ if ( queue == NULL ){
}
<INITIAL><<EOF>> {
g_queue_free ( queue );
// Reset pointer to NULL
queue = NULL;
yyterminate();
}