X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui.c;h=ebfab3564836e7b1708dc430e9375815b00d49b7;hb=be5daec66f163725489f42d512659a8af5c3fd59;hp=72908f23e46d0762ab4442975070dc5bd46c7269;hpb=5967ac5353739c3ff571dd12d4c6814fa8493ad8;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;