Changeset 434
- Timestamp:
- May 5, 2013, 12:49:50 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r433 r434 1 1 3.0.12: 2 * Fix for broken support for audit subsystem (reported 3 by isquish) 2 4 * Fix for incorrect use of sh_inotify_add_watch_later 3 5 which causes a steady increase in memory usage -
trunk/src/sh_audit.c
r419 r434 280 280 this->file = sh_util_strdup(file); 281 281 this->next = mark_these; 282 mark_these = this; 282 283 return; 283 284 }
Note:
See TracChangeset
for help on using the changeset viewer.