Skip to content

Commit

Permalink
BF: CS-582 do basic memory testing of OCS/GCS daemons
Browse files Browse the repository at this point in the history
// fixed several memory leaks and a memory access issue
  • Loading branch information
jgabler-hpc committed Sep 14, 2024
1 parent a6135df commit f0a9e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/libs/uti/sge_spool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ char *sge_get_file_path(char *buffer, size_t buffer_size, sge_file_path_id_t id,
} else if (id == PE_TASK_SPOOL_FILE) {
snprintf(buffer, buffer_size, "%s/%s/%s/" sge_u32"/%s%s", spool_dir, job_dir, id_range, ulong_val2, file_prefix, string_val1);
}
sge_dstring_free(&dstr_job_dir);
} else if (id == JOB_SCRIPT_DIR) {
snprintf(buffer, buffer_size, "%s", EXEC_DIR);
} else if (id == JOB_SCRIPT_FILE) {
Expand Down

0 comments on commit f0a9e80

Please sign in to comment.