summaryrefslogtreecommitdiffstats
path: root/pw/bitmap.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
commit08324d276f48c53cc1af9cfe116a4c930bb77679 (patch)
tree3c2aec6142a66931af5f1da71eae54920375189e /pw/bitmap.c
parent08870ffbc9e2cee84244c234ad5b56ea9aa26fc1 (diff)
parentcbfb9c649bd7eecce96516a347e4bab7c5b2cb52 (diff)
downloadpw-darwin-08324d276f48c53cc1af9cfe116a4c930bb77679.tar.gz
pw-darwin-08324d276f48c53cc1af9cfe116a4c930bb77679.tar.zst
pw-darwin-08324d276f48c53cc1af9cfe116a4c930bb77679.zip
Sync with HEAD.
Diffstat (limited to 'pw/bitmap.c')
-rw-r--r--pw/bitmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw/bitmap.c b/pw/bitmap.c
index bcfea7e..8e96bff 100644
--- a/pw/bitmap.c
+++ b/pw/bitmap.c
@@ -50,8 +50,7 @@ bm_alloc(int size)
void
bm_dealloc(struct bitmap * bm)
{
- if (bm->map)
- free(bm->map);
+ free(bm->map);
}
static void