jwrdegoede / rtl8189ES_linux

79 stars 92 forks source link

Use set_fs/get_fs pair only if declared #49

Closed sergey-suloev closed 3 years ago

CGarces commented 3 years ago

Not needed after #45

sergey-suloev commented 3 years ago

45 is using #ifdef set_fs , which is wrong. And also 45 introduces memory leaks. So this PR is absolutely mandatory.

CGarces commented 3 years ago

opps, is true that closeFile(fp);....