Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360855
b: refs/heads/master
c: 1101d58
h: refs/heads/master
i:
  360853: 8121410
  360851: 0ebcf54
  360847: d2a169a
v: v3
  • Loading branch information
Tim Gardner authored and Tyler Hicks committed Feb 12, 2013
1 parent 9de186c commit 51f2081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3a46741804a4226cd837d1246eed95d4161f7159
refs/heads/master: 1101d58669a92ed9c9f4c7281404fb1e067a1e28
3 changes: 1 addition & 2 deletions trunk/fs/ecryptfs/messaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx)
void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx)
{
list_move(&(msg_ctx->node), &ecryptfs_msg_ctx_free_list);
if (msg_ctx->msg)
kfree(msg_ctx->msg);
kfree(msg_ctx->msg);
msg_ctx->msg = NULL;
msg_ctx->state = ECRYPTFS_MSG_CTX_STATE_FREE;
}
Expand Down

0 comments on commit 51f2081

Please sign in to comment.