Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201102
b: refs/heads/master
c: 22b1de0
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Jul 5, 2010
1 parent a8484aa commit b4219e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed98adad3d87594c55347824e85137d1829c9e70
refs/heads/master: 22b1de06c9fe128ca3de72560c3e8c2cabf2927a
3 changes: 3 additions & 0 deletions trunk/fs/ceph/auth_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,9 @@ static void ceph_x_destroy(struct ceph_auth_client *ac)
remove_ticket_handler(ac, th);
}

if (xi->auth_authorizer.buf)
ceph_buffer_put(xi->auth_authorizer.buf);

kfree(ac->private);
ac->private = NULL;
}
Expand Down

0 comments on commit b4219e5

Please sign in to comment.