Searched refs:newaccum (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf.c452 char *newaccum = (char *) realloc(oa->accum, oa->space); local
453 if(!newaccum){
457 oa->accum = newaccum;

Completed in 137 milliseconds