Author: akhaldi Date: Fri Oct 31 09:53:18 2014 New Revision: 65135
URL: http://svn.reactos.org/svn/reactos?rev=65135&view=rev Log: [FINGER] * Addendum to r37084. * Really fixes CIDs 500624 and 500625 which were marked as fixed. CORE-7975
Modified: trunk/reactos/base/applications/network/finger/finger.c
Modified: trunk/reactos/base/applications/network/finger/finger.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/f... ============================================================================== --- trunk/reactos/base/applications/network/finger/finger.c [iso-8859-1] (original) +++ trunk/reactos/base/applications/network/finger/finger.c [iso-8859-1] Fri Oct 31 09:53:18 2014 @@ -151,6 +151,8 @@ /* Tell the user that we couldn't find a usable */ /* WinSock DLL. */ fprintf(stderr, "WSAStartup failed\n"); + free(nargv); + free(used); return; }