X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=src%2Flharc.c;h=78a4c4d4b2aaeaea70545d31005d13a0007bba05;hb=ce2e035673a9479899199b5c7dbc04023b236f18;hp=135db34859cf83666759d2f72ad49091a63270a4;hpb=a5a1b59195b643a238b2ce1208df1bc3f0521494;p=lha%2Flha.git diff --git a/src/lharc.c b/src/lharc.c index 135db34..78a4c4d 100644 --- a/src/lharc.c +++ b/src/lharc.c @@ -627,8 +627,6 @@ xstrdup(str) { int len = strlen(str); char *p = (char *)xmalloc(len + 1); - if (!p) - fatal_error("Not enough memory"); strcpy(p, str); return p; }