[Camera] Change the dispose timing of CameraDeviceManager (#3270)
authorHaesu Gwon <haesu.gwon@samsung.com>
Wed, 7 Jul 2021 06:18:49 +0000 (15:18 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Jul 2021 06:18:49 +0000 (15:18 +0900)
src/Tizen.Multimedia.Camera/Camera/Camera.cs

index b1f0bde..7d20a71 100644 (file)
@@ -136,7 +136,6 @@ namespace Tizen.Multimedia
                 if (disposing)
                 {
                     // to be used if there are any other disposable objects
-                    _cameraDeviceManager?.Dispose();
                 }
 
                 if (_handle != IntPtr.Zero)