Blender Git Loki
Git Commits -> Revision 2e9105c
Revision 2e9105c by Bastien Montagne (master) February 15, 2015, 14:07 (GMT) |
Cleanup: BLI_listdir (direntry): get rid of usage of raw malloc/free here. No reason at all not to use MEM_xxx as everywhere else, especially confusing when members of direntry **are** MEM_-allocated (relname, etc.)! |
Commit Details:
Full Hash: 2e9105cc964a157458663fa8102601e3d6ac90e3
Parent Commit: 35567d5
Lines Changed: +6, -9