[MediaContent] Use MediaContent internal free method (#3508)
authorHaesu Gwon <haesu.gwon@samsung.com>
Tue, 7 Sep 2021 01:47:18 +0000 (10:47 +0900)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 01:47:18 +0000 (10:47 +0900)
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs

index 33e6891..629a933 100644 (file)
@@ -514,7 +514,7 @@ namespace Tizen.Content.MediaContent
                 var current = path;
                 for (int i = 0; i < length; i++)
                 {
-                    Tizen.Multimedia.LibcSupport.Free(Marshal.ReadIntPtr(current));
+                    Interop.Libc.Free(Marshal.ReadIntPtr(current));
                     current = (IntPtr)((long)current + Marshal.SizeOf(typeof(IntPtr)));
                 }
             }