--- rpl/src/librpl.c 2015/01/05 15:32:23 1.54 +++ rpl/src/librpl.c 2015/01/27 14:18:08 1.55 @@ -54,7 +54,7 @@ rpl(unsigned char *script, unsigned char argv[4] = parametres; } - if ((resultats = malloc(sizeof(unsigned char **))) == NULL) + if ((resultats = sys_malloc(sizeof(unsigned char **))) == NULL) { return(NULL); }