Hyrum K Wright <hy...@hyrumwright.org> writes:

>>   SVN_ERR(svn_io_open_unique_file3(&ctx->svndiff, NULL, NULL,
>> -                                   svn_io_file_del_on_pool_cleanup,
>> +                                   svn_io_file_del_on_close,
>>                                    ctx->pool, ctx->pool));
>
> This isn't part of your change, but we don't need to use ctx->pool for
> both result_pool and scratch_pool in the above function call.  Using
> the function-provided pool as scratch_pool is sufficient.

Agreed; r1099066.

-- 
Philip

Reply via email to