[nginx] Fixed potential leak of temp pool.

2020-06-26 Thread Ruslan Ermilov
details: https://hg.nginx.org/nginx/rev/7e0719fb528b branches: changeset: 7671:7e0719fb528b user: Eran Kornblau date: Mon Jun 15 03:58:31 2020 -0400 description: Fixed potential leak of temp pool. In case ngx_hash_add_key() fails, need to goto failed instead of returning, so that te

Re: [PATCH] Fixed potential leak of temp pool.

2020-06-26 Thread Ruslan Ermilov
On Mon, Jun 15, 2020 at 08:48:41AM +, Eran Kornblau wrote: > Hi > > Something I noticed today while looking at the code, it probably won't matter > to anyone ever... > But just sending for the sake of perfection :) > > Thanks! > > Eran Committed, thanks! https://hg.nginx.org/nginx/rev/7e0