fix leaks
[m6w6/ext-psi] / src / parser_proc_grammar.y
index 7a3cf55f7dbef3bef88b8751abc3f5727619e832..e0eca666d4e3b66c3b46865a589b50e87e17f7c1 100644 (file)
@@ -2296,7 +2296,7 @@ static int psi_parser_proc_lex(YYSTYPE *lvalp, struct psi_parser *P, struct psi_
 #if PSI_DEBUG_LEX
        PSI_DEBUG_PRINT(P, "PSI: LEX index %4zu ", *index);
 #endif
-       if (psi_plist_get(tokens, (*index)++, &token)) {
+       if (psi_plist_get(tokens, (*index)++, &token) && token) {
 #if PSI_DEBUG_LEX      
                PSI_DEBUG_DUMP(P, psi_token_dump, token);
 #endif