2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

Fix leaking file descriptors on included files.

This commit is contained in:
Steve Beattie 2010-03-12 01:50:26 -08:00
parent 6c23d48649
commit 21875a520d

View File

@ -227,6 +227,7 @@ LT_EQUAL <=
}
<<EOF>> {
fclose(yyin);
yypop_buffer_state();
if ( !YY_CURRENT_BUFFER ) yyterminate();
}