[ElmSharp] Fix SVACE warnings 36/151536/2 preview1-00233
authorWonyoung Choi <wy80.choi@samsung.com>
Thu, 21 Sep 2017 07:02:50 +0000 (16:02 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Thu, 21 Sep 2017 08:04:42 +0000 (17:04 +0900)
commitcaf10fe3e92c20bd3885ffa4120e8b23e6db1a58
treefcba97667ad1e6de8549ae37326137673db15c54
parentf83bf0823657b71522c4fb2e0eb9b278a4b81e00
[ElmSharp] Fix SVACE warnings

Layout.cs : the ClassName can be null. it should be checked before use.
Image.cs : the instance of "new MemoryStream()" should be disposed before end of function.
EvasImage.cs : the instance of "new MemoryStream()" should be disposed before end of function.

Change-Id: I069e1d6d1f5964f50164df97742317feeb26ca71
src/ElmSharp/ElmSharp/EvasImage.cs
src/ElmSharp/ElmSharp/Image.cs
src/ElmSharp/ElmSharp/Layout.cs