commit | a576392262d852b2c0a0e758f167047304c5bb82 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobine@google.com> | Fri Jan 29 09:24:46 2016 -0700 |
committer | Mark Lobodzinski <mark@lunarg.com> | Fri Jan 29 11:21:03 2016 -0700 |
tree | 6b9f1775524f263bba4ac71436bb4013a8592586 | |
parent | 38841df97fa0590fd951f7654aada9fc963f1d93 [diff] |
layers: MR181/GL102 Fix unique_objects to correctly assign local vars under ptrs If a variable that needs to be restored is below a ptr, then need to declare it at the top level, but only assign it if the ptr(s) that it's below are non-null.