Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322191
b: refs/heads/master
c: 11e3be0
h: refs/heads/master
i:
  322189: 7473724
  322187: 9ac67ee
  322183: 51dbdf2
  322175: f9653d4
v: v3
  • Loading branch information
Artem Bityutskiy committed Aug 21, 2012
1 parent 945b09a commit 4965b78
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 73e8712aa02d924844fbd5bd84a2445a1c3f68d7
refs/heads/master: 11e3be0be2a1314e0861304857e7efcaed5d3e54
5 changes: 4 additions & 1 deletion trunk/fs/ubifs/lpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,10 @@ int ubifs_lpt_init(struct ubifs_info *c, int rd, int wr)
return 0;

out_err:
ubifs_lpt_free(c, 0);
if (wr)
ubifs_lpt_free(c, 1);
if (rd)
ubifs_lpt_free(c, 0);
return err;
}

Expand Down

0 comments on commit 4965b78

Please sign in to comment.