Removing old code that leaked.
This commit is contained in:
parent
8973890ab3
commit
0bf00690ff
1 changed files with 0 additions and 2 deletions
|
|
@ -45,12 +45,10 @@ static void mtw(wchar_t * wtok, char * tok)
|
||||||
char *wrptr;
|
char *wrptr;
|
||||||
size_t n, in, out;
|
size_t n, in, out;
|
||||||
iconv_t trans;
|
iconv_t trans;
|
||||||
wchar_t * wch;
|
|
||||||
|
|
||||||
n = 255;
|
n = 255;
|
||||||
in = 250;
|
in = 250;
|
||||||
out = 250;
|
out = 250;
|
||||||
wch = malloc(sizeof(wchar_t) * 255);
|
|
||||||
ui16 = malloc(sizeof(Uint16) * 255);
|
ui16 = malloc(sizeof(Uint16) * 255);
|
||||||
wrptr = (char *) ui16;
|
wrptr = (char *) ui16;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue