git-svn: fix memory leak when checking for empty symlinks
commitbf8a40b89eef66bc16902f7ea1a73352b8ba3d18
authorEric Wong <normalperson@yhbt.net>
Sun, 25 Jan 2009 23:35:52 +0000 (25 15:35 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 26 Jan 2009 01:01:47 +0000 (25 17:01 -0800)
treea8fe0dc92feb98b55f21724ea24805043b376f9a
parent5dc1308562ab5991ecada68b06707709bea408c9
git-svn: fix memory leak when checking for empty symlinks

By enforcing SVN::Pool usage when calling get_file once again.

This regression was introduced with the reintroduction of
SVN::Ra::get_file() usage in
dbc6c74d0858d77e61e092a48d467e725211f8e9

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl