]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Use the generic pointer to free an element's object
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 7 Apr 2016 07:28:42 +0000 (15:28 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Apr 2016 14:57:21 +0000 (16:57 +0200)
commit374c5fa9c5cb80efa41ef8a3afd215aa48b48436
treee87a4c0319427a2f6b570fc5c0a0f8111235cdec
parent503a285ed60164d8c65c6ee9ba6f23631da753df
topology: Use the generic pointer to free an element's object

The element is a wrapper for different types of objects.So use the
generic pointer 'obj' instead of the type-specific pointer to free
the object.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/topology/elem.c