We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7881d79 commit 981e90bCopy full SHA for 981e90b
1 file changed
src/as4.c
@@ -733,7 +733,7 @@ int main(int argc, char **argv)
733
/* We don't need it anymore. */
734
if(unknownlabels[i].str != NULL)
735
{
736
- free(unknownlabels[i].str);
+ /*free(unknownlabels[i].str);*/
737
}
738
739
/* Once we've checked all the unknown labels, free the entire structure array. We don't need it anymore. */
0 commit comments