On Sat, Jun 04, 2011 at 06:45:09PM +0300, Daniel Shahaf wrote: > s...@apache.org wrote on Sat, Jun 04, 2011 at 12:32:28 -0000: > > @@ -516,6 +506,9 @@ add(void *baton, apr_pool_t *result_pool > > svn_node_kind_t kind; > > svn_error_t *err; > > struct add_with_write_lock_baton *b = baton; > > + svn_magic__cookie_t *magic_cookie; > > + > > Need to initialize this to NULL, right?
That is not necessary because svn_magic__init() promises to always set it.