aboutsummaryrefslogtreecommitdiff
path: root/vcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.c')
-rw-r--r--vcal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcal.c b/vcal.c
index 2f736892..9aa08c7c 100644
--- a/vcal.c
+++ b/vcal.c
@@ -60,6 +60,7 @@ INIT_F(vcomponent, const char* type, const char* filename) {
strcpy(self->type, type);
self->parent = NULL;
+ self->scm = NULL;
return 0;
}