Changeset 989 for vendor/current/ctdb/utils
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/ctdb/utils/ping_pong/ping_pong.c
r988 r989 143 143 if (val == NULL) { 144 144 printf("calloc failed\n"); 145 munmap(p, num_locks+1); 145 if (use_mmap) { 146 munmap(p, num_locks+1); 147 } 146 148 return; 147 149 }
Note:
See TracChangeset
for help on using the changeset viewer.