Changeset 504


Ignore:
Timestamp:
Apr 13, 2016, 9:03:23 PM (9 years ago)
Author:
katerina
Message:

Fix for ticket #399 (spurious errors raised by cppcheck).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_utils.c

    r481 r504  
    224224      if (NULL != ttyname(STDERR_FILENO))
    225225        {
     226          /* cppcheck-suppress leakReturnValNotUsed */
    226227          if (NULL == freopen(ttyname(STDERR_FILENO), "r", stdin))
    227228            {
     
    12171218  SL_TICKET fout;
    12181219  char * key;
    1219   char * path;
     1220  char * path = NULL;
    12201221  char * outpath = NULL;
    12211222  unsigned char * image = NULL;
Note: See TracChangeset for help on using the changeset viewer.