ifblock: fix clash with specials when freeing objects
authorPhil Sutter <phil@nwl.cc>
Mon, 16 Nov 2009 18:52:12 +0000 (19:52 +0100)
committerPhil Sutter <phil@nwl.cc>
Mon, 16 Nov 2009 18:52:12 +0000 (19:52 +0100)
commit70e5afe5ac85b68536b239e9122511c49519a597
treee59f56b48a070a96b7bb8a221bcdaa693affc719
parent44f76f487687b11c6e0c5cee98b2108b3dd02a8d
ifblock: fix clash with specials when freeing objects

Murphy hit me again: in my naive attempt to fix the clash between
ifblocks and objects parsing text objects due to the double use of the
'sub' field, I overlooked this problem with reusing the 'special_data'
field. So here comes the real thing (TM), donating ifblocks their own
field for pointing to the jump target.
src/conky.c
src/core.c
src/text_object.c
src/text_object.h