Skip to content
Snippets Groups Projects
Commit 8de3b557 authored by Florian Prill's avatar Florian Prill
Browse files

[develop] fixed uninitialized pointer.

parent 752c33ec
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@
ELSE
allocate(this%last_event_in_group%nextEventInGroup, source=event_to_add)
this%last_event_in_group => this%last_event_in_group%nextEventInGroup
NULLIFY(this%last_event_in_group%nextEventInGroup)
ENDIF
END SUBROUTINE t_eventGroup_addToGroup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment