Changeset c9a4a9a5 in rtems for cpukit/libblock


Ignore:
Timestamp:
03/04/10 14:41:32 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
3080a7c7
Parents:
7a09a7a
Message:

2010-03-04 Joel Sherrill <joel.sherrill@…>

  • libblock/src/ramdisk-config.c: Revert accidental commit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/src/ramdisk-config.c

    r7a09a7a rc9a4a9a5  
    3636
    3737    /*
    38      * Coverity Id 27 & 31 note that this calloc() is a resource leak.
     38     * Coverity Id 27 notes that this calloc() is a resource leak.
    3939     *
    4040     * This is allocating memory for a RAM disk which will persist for
     
    8383        }
    8484    }
    85     /*
    86      * We need to tell Coverity that we know we are returning without
    87      * freeing r.  This looks suspiciously like a leak. :)
    88      */
    89     /* coverity[leaked_storage : FALSE] */
    9085    return RTEMS_SUCCESSFUL;
    9186}
Note: See TracChangeset for help on using the changeset viewer.