docs: add comment for project_free
Clang Lint CI / lint-no-video (push) Failing after 3m4s
Clang Build CI / run-no-video (push) Failing after 3m49s
Clang Build CI / run-video (push) Failing after 3m48s
Clang Build CI / build-release (push) Failing after 4m3s
Clang Lint CI / lint-video (push) Failing after 1m26s

This commit is contained in:
2026-05-16 18:49:44 +02:00
parent cbdf4c768d
commit b01314778d
+1
View File
@@ -145,6 +145,7 @@ void project_reload(Project *project, void (*reload_callback)(unsigned int)) {
void project_free(Project *project) {
for (unsigned int i = 0; i < project->frag_count; i++) {
file_free(&project->fragment_shaders[i][0]);
// other sub files contents are freed at parse_fragment_shader_file
}
config_file_free(&project->config);