diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-06-19 11:36:13 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-06-19 11:36:13 +0000 |
| commit | 92ca6ea990f50c4c8bd3c485bcb54646a590f0ba (patch) | |
| tree | fd105835d2f614bac3c24fd429fa3bea8f98ef8c /pw/bitmap.c | |
| parent | 1d39c9328d1f55897e016da0574741cf289c9424 (diff) | |
| parent | 6e958ef1b49b6a86d2c9a1fd68f98f9e84842aaa (diff) | |
| download | pw-darwin-92ca6ea990f50c4c8bd3c485bcb54646a590f0ba.tar.gz pw-darwin-92ca6ea990f50c4c8bd3c485bcb54646a590f0ba.zip | |
Merge fresh head.
Diffstat (limited to 'pw/bitmap.c')
| -rw-r--r-- | pw/bitmap.c | 3 |
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 |
