Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible null dereference (#4578)
The return value of the function ```viewpoint_lower()``` is always checked for NULL. On the other hand, the check ```if(a == NULL)``` was meaningless because the pointer ```a``` was previously dereferenced in ```viewpoint_lower(a)```.
- Loading branch information