Skip to content
  • David Gobbi's avatar
    Fix a null deref when wrapping "using" declarations. · 5dae2456
    David Gobbi authored
    Wrapping the "using" declaration in vtkTypedArray.h caused a segfault.
    This patch fixes the issue by not setting the "Using" struct pointer
    to null.  Instead, the Scope member of the struct is set to NULL after
    the used entity has been copied into the current namespace.
    5dae2456