Skip to content

Commit

Permalink
Bug 1208405 - Cleanup (CID 1374288), r=franziskus
Browse files Browse the repository at this point in the history
--HG--
extra : source : 4b472899c8e4dc62a7323243f427e2e2ee8c889e
extra : amend_source : fe2c2eb139216afca655332693b4f428111e8bcb
  • Loading branch information
martinthomson committed Oct 26, 2016
1 parent 900c5a5 commit 0cef4f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lib/basicutil.c
Expand Up @@ -792,6 +792,7 @@ parseGroupList(const char *arg, SSLNamedGroup **enabledGroups,
p = strtok(NULL, ",");
}
PORT_Free(str);
str = NULL;
groups = PORT_ZNewArray(SSLNamedGroup, numValues);
if (!groups) {
goto done;
Expand Down

0 comments on commit 0cef4f5

Please sign in to comment.