vk/pipeline: Don't destroy the program stream
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 8 Jun 2015 20:52:34 +0000 (13:52 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 8 Jun 2015 20:53:19 +0000 (13:53 -0700)
commit66a4dab89ad0c5788a4bfa23b1c91f7ed977db06
treebcadfd7a594796b33d250bd7c08ce10b3772dbd6
parent920fb771d499df1b951e9c302ebb22eb413d9fa8
vk/pipeline: Don't destroy the program stream

It's freed in compiler.cpp and we don't want to free it twice.
src/vulkan/pipeline.c