Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pw's avatar
    d083cef2
    Calls to set-values resulted in multiple calls to XtFree on same address · d083cef2
    pw authored
    which probably caused trouble on some systems. Error traced to bogus
    call to register_garbage in RXtSetValues and RXtGetValues. Had to add
    such a call in message_read_resource_names. Also added a scan of
    the garbage_list prior to adding something new with a warning message
    if things seem wrong.
    d083cef2
    History
    Calls to set-values resulted in multiple calls to XtFree on same address
    pw authored
    which probably caused trouble on some systems. Error traced to bogus
    call to register_garbage in RXtSetValues and RXtGetValues. Had to add
    such a call in message_read_resource_names. Also added a scan of
    the garbage_list prior to adding something new with a warning message
    if things seem wrong.