[AudioManager] Apply GC.SuppressFinalize() (#553)
authorSangchul Lee <sangchul1011@gmail.com>
Fri, 16 Nov 2018 02:29:14 +0000 (11:29 +0900)
committerGitHub <noreply@github.com>
Fri, 16 Nov 2018 02:29:14 +0000 (11:29 +0900)
commit4447e97ca8985d19c49c1332c8103aee8f985419
tree68939064fefb21fe2cacd573b8eb3c58a83ddcae
parent2269d71616ee9a51bdd592d936ccf9fc114ca81a
[AudioManager] Apply GC.SuppressFinalize() (#553)

The 'disposing' parameter of Dispose() virtual method is also
used for its implementation according to the common usage.

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs [changed mode: 0755->0644]