Changeset 12383
- Timestamp:
- Apr 27, 2011, 4:12:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.c
r12324 r12383 462 462 return NULL; 463 463 } 464 buf = malloc( sb.st_size + 1 );464 buf = tr_malloc( sb.st_size + 1 ); 465 465 if( !buf ) 466 466 { … … 1579 1579 #endif 1580 1580 if( !buf ) 1581 buf = malloc( allocLen );1581 buf = tr_malloc( allocLen ); 1582 1582 1583 1583 return buf;
Note: See TracChangeset
for help on using the changeset viewer.