Do not use alloca() in app_init(): the memory is used after the return
authorAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2015 21:21:08 +0000 (23:21 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2015 21:21:08 +0000 (23:21 +0200)
commit9f7e5fde8b002efb97504ee9a4eb464fce4072ed
treec72223626f22a2aad2604fd575a5052b368c66c9
parentf3c9cf5e37824ba42c01df0cc6d36234fef64a0c
Do not use alloca() in app_init(): the memory is used after the return

Also reorder the cleanup sequence in app_finalize().
gst-aseq-appsrc.c