r256 | reimar | 2012-11-06 19:15:08 +0100 (Tue, 06 Nov 2012) | 6 lines Changed paths: M /trunk/src/css.c Use calloc instead of malloc+memset. Besides being simpler, it fixes the malloc failure checks which currently are useless since we would crash in memset first.