- Timestamp:
- Apr 30, 2011, 12:24:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_processcheck.c
r335 r338 1308 1308 sh_prochk_size = sh_prochk_maxpid - sh_prochk_minpid; 1309 1309 1310 sh_prochk_res = SH_ALLOC(sizeof(short) * sh_prochk_size); 1310 if (sh_prochk_res == NULL) 1311 { 1312 sh_prochk_res = SH_ALLOC(sizeof(short) * sh_prochk_size); 1313 } 1311 1314 memset (sh_prochk_res, 0, sizeof(short) * sh_prochk_size); 1312 1315 … … 1334 1337 (sh.flag.isdaemon == S_TRUE || sh.flag.loop == S_TRUE)) 1335 1338 { 1339 sh_prochk_init_internal(); 1336 1340 return SH_MOD_THREAD; 1337 1341 }
Note:
See TracChangeset
for help on using the changeset viewer.