summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-04 21:35:13 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-04 21:35:13 +0000
commit67c7e5c644398f5bfbd6c6f5453abced420bbd31 (patch)
treeb00b1b4b08eebd687073af3019bf08918fdd315c
parent5eae234fee0a99e64e2d0d02dc18b4fde16cf586 (diff)
Check malloc return value
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3643 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/ScheduleInterface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index d0f4e990..ac5066c8 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -1278,6 +1278,7 @@ static t_attribute *CreateAttribute(const char *where,
this->implementation &&
(this->mem_groups || n_mem_groups==0) &&
(this->timelevels || n_mem_groups==0) &&
+ (this->StorageOnEntry || n_mem_groups==0) &&
(this->comm_groups || n_comm_groups==0) &&
(this->FunctionData.TriggerGroups || n_trigger_groups==0) &&
(this->FunctionData.SyncGroups || n_sync_groups==0))