Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338463
b: refs/heads/master
c: daa74a2
h: refs/heads/master
i:
  338461: 8508c6c
  338459: 49c31c5
  338455: 3eb4a05
  338447: 3e7b483
  338431: 14bfec1
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Nov 26, 2012
1 parent 83fcf7c commit ec869a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 13c3237dbcc92fa7d17d3eb06de6477c4bd7fb5d
refs/heads/master: daa74a25cc7351a9fb01ba7611af5ef5df80ae4e
6 changes: 2 additions & 4 deletions trunk/drivers/tty/vt/consolemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,8 @@ static void con_release_unimap(struct uni_pagedir *p)
kfree(p->inverse_translations[i]);
p->inverse_translations[i] = NULL;
}
if (p->inverse_trans_unicode) {
kfree(p->inverse_trans_unicode);
p->inverse_trans_unicode = NULL;
}
kfree(p->inverse_trans_unicode);
p->inverse_trans_unicode = NULL;
}

/* Caller must hold the console lock */
Expand Down

0 comments on commit ec869a4

Please sign in to comment.