aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcal.c')
-rw-r--r--src/vcal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vcal.c b/src/vcal.c
index c0ac6182..3c9885ba 100644
--- a/src/vcal.c
+++ b/src/vcal.c
@@ -42,6 +42,7 @@ INIT_F(vcomponent) {
self->parent = NULL;
self->scm = NULL;
+ self->scmtype = NULL;
return 0;
@@ -74,6 +75,7 @@ INIT_F(vcomponent, const char* type, const char* filename) {
self->parent = NULL;
self->scm = NULL;
+ self->scmtype = NULL;
return 0;
}