--- freem/src/global_dispatch.c 2025/03/24 04:13:11 1.5 +++ freem/src/global_dispatch.c 2025/03/29 16:50:42 1.6 @@ -1,5 +1,5 @@ /* - * $Id: global_dispatch.c,v 1.5 2025/03/24 04:13:11 snw Exp $ + * $Id: global_dispatch.c,v 1.6 2025/03/29 16:50:42 snw Exp $ * global handler dispatch module * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: global_dispatch.c,v $ + * Revision 1.6 2025/03/29 16:50:42 snw + * Back to cvs-current as version for development; temp fix for double-free issue in global_dispatch + * * Revision 1.5 2025/03/24 04:13:11 snw * Replace action macro dat with fra_dat to avoid symbol conflict on OS/2 * @@ -469,7 +472,7 @@ void global (short action, char *key, ch evt_enqueue (ev_id, EVT_CLS_TRIGGER, 0); free (k_buf); - free (d_buf); + /* free (d_buf); */ } free (old_value);