mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Revert "yaft/tools/bdf.h fix resource leak"
This reverts commit1209e7055e
. Origin commit data ------------------ Branch: ni/coolstream Commit:6be0b18d24
Author: vanhofen <vanhofen@gmx.de> Date: 2018-01-27 (Sat, 27 Jan 2018) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -62,8 +62,6 @@ void load_table(char *path, enum encode_t encode)
|
|||||||
sscanf(buf, "%X %X", (unsigned int *) &from, (unsigned int *) &to);
|
sscanf(buf, "%X %X", (unsigned int *) &from, (unsigned int *) &to);
|
||||||
convert_table[from] = to;
|
convert_table[from] = to;
|
||||||
}
|
}
|
||||||
if(fp)
|
|
||||||
efclose(fp);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int read_header(char *buf, struct bdf_header_t *bdf_header)
|
int read_header(char *buf, struct bdf_header_t *bdf_header)
|
||||||
|
Reference in New Issue
Block a user