Chromium Code Reviews| Index: nss/lib/certdb/polcyxtn.c |
| =================================================================== |
| --- nss/lib/certdb/polcyxtn.c (revision 239365) |
| +++ nss/lib/certdb/polcyxtn.c (working copy) |
| @@ -643,6 +643,9 @@ |
| return(oidSeq); |
| loser: |
| + if (arena) { |
| + PORT_FreeArena(arena, PR_FALSE); |
| + } |
| return(NULL); |
| } |