We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2635e commit d1ca82dCopy full SHA for d1ca82d
src/interfaces/ecpg/preproc/pgc.l
@@ -565,6 +565,7 @@ cppline {space}*#([^i][A-Za-z]*|{if}|{ifdef}|{ifndef}|{import})((\/\*[^*/]*\*+
565
{
566
addlit(yytext, yyleng);
567
free(dolqstart);
568
+ dolqstart = NULL;
569
BEGIN(SQL);
570
base_yylval.str = mm_strdup(literalbuf);
571
return DOLCONST;
0 commit comments