Revert "yaft/tools/bdf.h fix resource leak"

This reverts commit c26b5fc103.


Origin commit data
------------------
Commit: 6be0b18d24
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-27 (Sat, 27 Jan 2018)
This commit is contained in:
vanhofen
2018-01-27 13:29:15 +01:00
parent d120dcbd6c
commit 3ef2189c17

View File

@@ -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)