[PATCH] svnadmin lsdblogs, fs.c, Windows
From: Martin Hauner <hauner_at_web.de>
Date: 2003-08-21 17:44:21 CEST
Hi all,
here is a small fix for a memory problem in svn_fs_berkeley_logfiles.
attached is an 'in place fix'...
-- Martin
* subversion/libsvn_fs/fs.c
Index: subversion/libsvn_fs/fs.c
SVN_BDB_ERR (db_env_create (&env, 0));
SVN_ERR (svn_utf_cstring_from_utf8 (&path_native, path, pool));
- /* allocate_env sets malloc and free as the memory management functions,
SVN_BDB_ERR (env->close (env, 0));
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.