X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui.c;h=ebfab3564836e7b1708dc430e9375815b00d49b7;hb=9055c71be97f1095dcdbd83da305b600f204f763;hp=72908f23e46d0762ab4442975070dc5bd46c7269;hpb=e3a7e12639c34fd86d48a072beb48add8c498d09;p=paraslash.git diff --git a/gui.c b/gui.c index 72908f23..ebfab356 100644 --- a/gui.c +++ b/gui.c @@ -431,7 +431,7 @@ static void rb_add_entry(int color, char *msg) if (strwidth(msg, &len) < 0) return; - new = para_malloc(sizeof(struct rb_entry)); + new = alloc(sizeof(struct rb_entry)); new->color = color; new->len = len; new->msg = msg;