# HG changeset patch # User Michael Pavone # Date 1482184018 28800 # Node ID 7ab7c8fb34ba9fbd68379f6fa78a11c24c37da5b # Parent 2eb54e24914e50eef7675f976badd91e65147967 Fix intermittent crash in GST savestate loading diff -r 2eb54e24914e -r 7ab7c8fb34ba gst.c --- a/gst.c Mon Dec 19 13:28:18 2016 -0800 +++ b/gst.c Mon Dec 19 13:46:58 2016 -0800 @@ -214,6 +214,7 @@ } } context->native_pc = NULL; + context->extra_pc = NULL; return 1; }