aboutsummaryrefslogtreecommitdiff
path: root/vcal.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-25 23:46:15 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-25 23:56:32 +0100
commit9d479ca655aee6108e92c9d0e46dc4f8d898c89f (patch)
tree9e93ba6cc231e3402c48431983d20697316e61dd /vcal.c
parentAdd GC guards. (diff)
downloadcalp-9d479ca655aee6108e92c9d0e46dc4f8d898c89f.tar.gz
calp-9d479ca655aee6108e92c9d0e46dc4f8d898c89f.tar.xz
Store static reference to SCM version of vcomponent.
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;
}