Blender Git Loki
Git Commits -> Revision d7ff7ad
Revision d7ff7ad by Campbell Barton (master) July 27, 2013, 14:17 (GMT) |
correct sloppy NULL checks, in interface code: - uiPupMenuBegin was checking for NULL title but would still crash if it were NULL. - now tag the function as 'nonnull' and remove NULL checks. make sure NULL isnt passed to it. |
Commit Details:
Full Hash: d7ff7ad3e9da1a7fd322e37382d4c28f7b84b036
SVN Revision: 58664
Parent Commit: 6aa001f
Lines Changed: +9, -7