mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
[iksemel] Fix memory leak
This commit is contained in:
@@ -374,6 +374,6 @@ main (int argc, char *argv[])
|
||||
#ifdef _WIN32
|
||||
WSACleanup ();
|
||||
#endif
|
||||
|
||||
if (file) free(file);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user