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

This reverts commit 1209e7055e.


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:
vanhofen
2018-01-27 13:29:15 +01:00
parent dd6b2413b9
commit 44c0882015

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)