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