BUG: missing initialization of m_FileName member
In otbWrapperOutputImageParameter, member m_FileName is not initialized in the constructor.
As HasValue() method call GetFileName, it leads to a segmentation fault if the filename is not set
m_FileName is now initialized to "" in the constructor.
Hope it will not break app engine logic in some corner cases (in memory chaining...)