Changeset 1782 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Jun 28, 2014, 11:34:01 PM (11 years ago)
Author:
Gregg Young
Message:

Addition code issues found based on cppcheck warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1780 r1782  
    16591659
    16601660      WaitChild = xmallocz(sizeof(WAITCHILD), pszSrcFile, __LINE__);
    1661       WaitChild->pszCmdLine = xmallocz(MaxComLineStrg, pszSrcFile, __LINE__);
    16621661      if (!WaitChild)
    16631662        return 0;
     1663      WaitChild->pszCmdLine = xmallocz(MaxComLineStrg, pszSrcFile, __LINE__);
    16641664      if (s) {
    16651665        if (!dcd->info->extract) {
Note: See TracChangeset for help on using the changeset viewer.