Skip to content

Commit 981e90b

Browse files
committed
weird crash
1 parent 7881d79 commit 981e90b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/as4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ int main(int argc, char **argv)
733733
/* We don't need it anymore. */
734734
if(unknownlabels[i].str != NULL)
735735
{
736-
free(unknownlabels[i].str);
736+
/*free(unknownlabels[i].str);*/
737737
}
738738
}
739739
/* Once we've checked all the unknown labels, free the entire structure array. We don't need it anymore. */

0 commit comments

Comments
 (0)