mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
Revert "yaft/tools/bdf.h fix resource leak"
This reverts commitc26b5fc103
. Origin commit data ------------------ Commit:6be0b18d24
Author: vanhofen <vanhofen@gmx.de> Date: 2018-01-27 (Sat, 27 Jan 2018)
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);
|
||||
convert_table[from] = to;
|
||||
}
|
||||
if(fp)
|
||||
efclose(fp);
|
||||
}
|
||||
|
||||
int read_header(char *buf, struct bdf_header_t *bdf_header)
|
||||
|
Reference in New Issue
Block a user