Changeset 382 for trunk/include


Ignore:
Timestamp:
Dec 4, 2011, 6:26:15 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #280 (Memory leak in inotify related code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_utils.h

    r373 r382  
    6565 */
    6666char * sh_util_strdup (const char * str) SH_GNUC_MALLOC;
     67char * sh_util_strdup_track (const char * str,
     68                             char * file, int line) SH_GNUC_MALLOC;
    6769
    6870/* returns allocated memory
Note: See TracChangeset for help on using the changeset viewer.