Chromium Code Reviews| Index: nss/lib/util/utilmod.c |
| =================================================================== |
| --- nss/lib/util/utilmod.c (revision 233722) |
| +++ nss/lib/util/utilmod.c (working copy) |
| @@ -358,6 +358,7 @@ |
| status = PR_Access(olddbname, PR_ACCESS_EXISTS); |
| if (status == PR_SUCCESS) { |
| PR_smprintf_free(olddbname); |
| + PORT_ZFree(moduleList, useCount*sizeof(char **)); |
|
wtc
2013/11/12 23:01:19
This is upstream changeset https://hg.mozilla.org/
|
| PORT_SetError(SEC_ERROR_LEGACY_DATABASE); |
| return NULL; |
| } |