Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296
b: refs/heads/master
c: 0334793
h: refs/heads/master
v: v3
  • Loading branch information
ecashin@coraid.com authored and Greg KH committed Apr 19, 2005
1 parent bc93221 commit 9cbde93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa83c2ddd4293bd8bcaeeaf14bfdbf2fbe810420
refs/heads/master: 03347936afcba990525736ae39daa13f643eac5f
3 changes: 2 additions & 1 deletion trunk/drivers/block/aoe/aoedev.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ aoedev_freedev(struct aoedev *d)
put_disk(d->gd);
}
kfree(d->frames);
mempool_destroy(d->bufpool);
if (d->bufpool)
mempool_destroy(d->bufpool);
kfree(d);
}

Expand Down

0 comments on commit 9cbde93

Please sign in to comment.