Changeset 975

Show
Ignore:
Timestamp:
10/18/07 17:05:29 (11 months ago)
Author:
patrick
Message:

Fixed a potential memory leak.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fcptr_stable_jun07/Source/System/Window/Utilities/OSGNavigator.cpp

    r974 r975  
    926926void Navigator::getIntersectionPoint(Int16 x, Int16 y) 
    927927{ 
    928     IntersectAction * act = IntersectAction::create(); 
    929928    Line line; 
    930929     
     
    939938    } 
    940939 
     940    IntersectAction * act = IntersectAction::create(); 
    941941    act->setLine(line); 
    942942    act->apply(_vp->getRoot());