Fix bug #7384 - dptr_Close has a bitmap leak.
authorIra Cooper <samba@ira.wakeful.net>
Fri, 23 Apr 2010 17:55:46 +0000 (10:55 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 23 Apr 2010 17:55:46 +0000 (10:55 -0700)
commitdd2025947136f28b22b70de59309e149a1f45f3d
treec94e7bf1804bd9411a638bf045e824cd8a153b4e
parent350f4e348c192dd9986c5d948cd5d94a777419d4
Fix bug #7384 - dptr_Close has a bitmap leak.

s3: Fix to dptr_Close

This fixes a bitmap "leak" in dptr_Close by making it use the same internal
routines the rest of the code does.
source3/smbd/dir.c