Differences From Artifact [6c8dd7f75d]:
- File src/map.c — part of check-in [082d69b467] at 2012-09-30 02:21:50 on branch trunk — Add cfw_map_{get,set}_c() for convenience. (user: js, size: 8392) [annotate] [blame] [check-ins using]
To Artifact [01e60939fa]:
- File src/map.c — part of check-in [01129bb203] at 2012-09-30 02:56:53 on branch trunk — Fix a leak in map. (user: js, size: 8415) [annotate] [blame] [check-ins using]
︙ | |||
337 338 339 340 341 342 343 | 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 | - + + + | if (i >= last) return false; if ((bucket = malloc(sizeof(*bucket))) == NULL) return false; |
︙ |