View | Details | Raw Unified | Return to issue 113605
Collapse All | Expand All

(-)embeddedobj/source/msole/olecomponent.cxx.o (+4 lines)
Lines 1205-1210 Link Here
1205
						OSL_ENSURE( sal_False, "Unexpected size is provided!" );
1205
						OSL_ENSURE( sal_False, "Unexpected size is provided!" );
1206
				}
1206
				}
1207
			}
1207
			}
1208
			// i113605, to release storge medium
1209
			if ( SUCCEEDED( hr ) )
1210
				::ReleaseStgMedium(&aMedium);
1208
		}
1211
		}
1209
	}
1212
	}
1210
1213
Lines 1578-1583 Link Here
1578
				if ( SUCCEEDED( hr ) )
1581
				if ( SUCCEEDED( hr ) )
1579
                {
1582
                {
1580
                    bSupportedFlavor = m_pNativeImpl->ConvertDataForFlavor( aMedium, aFlavor, aResult );
1583
                    bSupportedFlavor = m_pNativeImpl->ConvertDataForFlavor( aMedium, aFlavor, aResult );
1584
                    ::ReleaseStgMedium(&aMedium);     // i113605, to release storge medium
1581
                    if ( bSupportedFlavor )
1585
                    if ( bSupportedFlavor )
1582
                    {
1586
                    {
1583
                        // TODO/LATER: bring the optimization back when other aspects are supported
1587
                        // TODO/LATER: bring the optimization back when other aspects are supported

Return to issue 113605