Triton Repository branch, master, updated. fca9dc4c99b652fc4c6060afdde414b077a4bab4
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton Repository". The branch, master has been updated via fca9dc4c99b652fc4c6060afdde414b077a4bab4 (commit) from f3122c10fac32e58c48ef9544a3c61f1bdc00016 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fca9dc4c99b652fc4c6060afdde414b077a4bab4 Author: Phil Carns <[email protected]> Date: Thu Feb 24 21:47:43 2011 -0500 another hint leak fix ----------------------------------------------------------------------- Summary of changes: code/src/aesop/ae-blocking-parser.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) Diff of changes: diff --git a/code/src/aesop/ae-blocking-parser.h b/code/src/aesop/ae-blocking-parser.h index b2aed03..d038548 100644 --- a/code/src/aesop/ae-blocking-parser.h +++ b/code/src/aesop/ae-blocking-parser.h @@ -180,13 +180,6 @@ } \ ae_ctl_init(&ctl->gen, #__ctl_type ":" #__pbranch_id, NULL, parent_ctl->gen.context, 1, parent_ctl); \ ctl->parent = parent_ctl; \ - ctl->gen.hints = malloc(sizeof(*ctl->gen.hints)); \ - if(ctl->gen.hints == NULL) \ - { \ - triton_err(triton_log_default, "INVALID STATE: %s:%d: memory allocation for hints structure failed!\n", #__fname, __location); \ - assert(ctl->gen.hints != NULL); \ - goto __ae_##__pbranch_id##_end; \ - } \ ae_hints_dup(parent_ctl->gen.hints, &ctl->gen.hints); \ ctl->params = parent_ctl->params; \ memcpy(&ctl->__pwait_ctl.private, &parent_ctl->__pwait_ctl.private, sizeof(ctl->__pwait_ctl.private)); \ hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov