Skip to content

Commit 3906946

Browse files
committed
weird crash
1 parent 981e90b commit 3906946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/as4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ int main(int argc, char **argv)
754754
{
755755
if(labels[i].str != NULL)
756756
{
757-
free(labels[i].str);
757+
/*free(labels[i].str);*/
758758
}
759759
}
760760
free(labels);

0 commit comments

Comments
 (0)