Skip to content
  • Georges Basile Stavracas Neto's avatar
    object: properly disassociate wrappers · 72d970b4
    Georges Basile Stavracas Neto authored
    Now that we allow different JS wrappers during the lifetime of
    a single GObject, the code must be extra careful to really
    disassociate wrapper and wrapped objects.
    
    The current code, however, was not really disassociating the
    wrapper from the GObject it wraps, causing a segfault when
    the first wrapper is destroyed and the second is created.
    72d970b4