Skip to content

Commit

Permalink
Bug 1590339 - Fix MemoryLeak in btoa.c. r=kjacobs
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D50042

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Marcus Burghardt committed Oct 22, 2019
1 parent 6f45a77 commit c71b801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/btoa/btoa.c
Expand Up @@ -211,5 +211,8 @@ main(int argc, char **argv)
if (outFile && closeOut) {
fclose(outFile);
}
if (suffix) {
PORT_Free(suffix);
}
return exitCode;
}

0 comments on commit c71b801

Please sign in to comment.