[NUI] Fix svace issue
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / BaseComponents / ViewBindableProperty.cs
index 031f3d0..388a352 100755 (executable)
@@ -196,7 +196,7 @@ namespace Tizen.NUI.BaseComponents
                 PropertyMap background = view.Background;
                 background.Find(ImageVisualProperty.URL)?.Get(out backgroundImage);
 
-                background?.Dispose();
+                background.Dispose();
                 background = null;
 
                 return backgroundImage;