[FINGER]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 31 Oct 2014 09:53:18 +0000 (09:53 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 31 Oct 2014 09:53:18 +0000 (09:53 +0000)
* Addendum to r37084.
* Really fixes CIDs 500624 and 500625 which were marked as fixed.
CORE-7975

svn path=/trunk/; revision=65135

reactos/base/applications/network/finger/finger.c

index 55bd2b0..f871b8b 100644 (file)
@@ -151,6 +151,8 @@ userlist(int argc, char **argv)
                /* Tell the user that we couldn't find a usable */
                /* WinSock DLL.                                  */
                fprintf(stderr, "WSAStartup failed\n");
+               free(nargv);
+               free(used);
                return;
        }