[iksemel] Fix memory leak

This commit is contained in:
Andrey Volk 2021-04-19 23:33:43 +03:00
parent 7713a2470d
commit f82c1f04c5
1 changed files with 1 additions and 1 deletions

View File

@ -374,6 +374,6 @@ main (int argc, char *argv[])
#ifdef _WIN32 #ifdef _WIN32
WSACleanup (); WSACleanup ();
#endif #endif
if (file) free(file);
return 0; return 0;
} }