changeset 25202:d12271fe1504 stable

fix cut/paste error in previous change (bug #53599) * symrec.h (symbol_record::symbol_record_rep::unbind_global_rep): Forward to unbind_global_rep, not unbind_fwd_rep.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Apr 2018 23:58:10 -0400
parents c80323fe4938
children 72ea868ca63a
files libinterp/corefcn/symrec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/symrec.h	Tue Apr 10 22:22:37 2018 -0400
+++ b/libinterp/corefcn/symrec.h	Tue Apr 10 23:58:10 2018 -0400
@@ -528,7 +528,7 @@
                 m_fwd_rep.reset ();
               }
             else
-              t_fwd_rep->unbind_fwd_rep ();
+              t_fwd_rep->unbind_global_rep ();
           }
       }