[NUI] Fix svace issue
authorzhouleonlei <zhouleon.lei@samsung.com>
Mon, 22 Nov 2021 05:53:51 +0000 (13:53 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 22 Nov 2021 10:54:11 +0000 (19:54 +0900)
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;