Merge branch 'dev'
This commit is contained in:
commit
411fdff8fa
@ -455,9 +455,11 @@ namespace detail {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inline void file_deleter(std::FILE* ptr) {
|
inline void file_deleter(std::FILE* ptr) {
|
||||||
|
if(ptr) {
|
||||||
fclose(ptr);
|
fclose(ptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user