Changeset 7618 for trunk/psModules/src/camera/pmFPAConstruct.c
- Timestamp:
- Jun 21, 2006, 12:44:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAConstruct.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r7604 r7618 739 739 PS_ASSERT_PTR_NON_NULL(format, false); 740 740 741 return addSource(fpa, phuView, NULL, format) ? true : false; 742 } 743 744 741 pmFPAview *view = addSource(fpa, phuView, NULL, format); 742 bool status = (view == NULL); 743 psFree (view); 744 return status; 745 } 745 746 746 747 // Add an input file to the FPA
Note:
See TracChangeset
for help on using the changeset viewer.
