129218 - memory leaks in tstclnt. Fix mem leak in strsclnt.c/main/PL_CreateOptState. r=wtc

git-svn-id: svn://10.0.0.236/trunk@221329 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alexei.volkov.bugs%sun.com 2007-03-05 19:48:16 +00:00
parent f74b15c2a2
commit bae64fdd44

View File

@ -1410,6 +1410,8 @@ main(int argc, char **argv)
}
}
PL_DestroyOptState(optstate);
if (!hostName || status == PL_OPT_BAD)
Usage(progName);