Double free

This commit is contained in:
Alessandro Ferro 2023-04-24 10:35:46 +02:00
parent 5446ce3781
commit 993700ad19
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ int main(int argc, char *argv[])
{
printf("Directories are not equal\n");
}
free(arguments.directory1);
free(arguments.directory2);
return 0;
}