fix: file free dangling pointer
This commit is contained in:
+1
-1
@@ -13,6 +13,6 @@ void file_write(const char *path, const StringArray *lines);
|
||||
|
||||
void file_dump(const char *path, const char *content);
|
||||
|
||||
void file_free(const File *file);
|
||||
void file_free(File *file);
|
||||
|
||||
#endif /* FILE_H */
|
||||
|
||||
Reference in New Issue
Block a user