X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fly-smobs.icc;h=3ff54cc49e45ca5f4a322d437b2b98d9ad21ac95;hb=c024c17a1c1c761b9d34193e82b38e968a3edb74;hp=db642e253d044a692352a971af791e0d61300936;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/include/ly-smobs.icc b/lily/include/ly-smobs.icc index db642e253d..3ff54cc49e 100644 --- a/lily/include/ly-smobs.icc +++ b/lily/include/ly-smobs.icc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2012 Han-Wen Nienhuys + Copyright (C) 1999--2014 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -122,6 +122,7 @@ goodly sure \ */ \ SCM s; \ + self_scm_ = SCM_UNDEFINED; \ SCM_NEWSMOB (s, CL::smob_tag_, this); \ self_scm_ = s; \ scm_gc_register_collectable_memory (this, sizeof (CL), #CL " smob"); \