Diff
Not logged in

Differences From Artifact [8fd244e009]:

To Artifact [9d1227ebaa]:


207
208
209
210
211
212
213
214

215
216

217
218
219
220
221
222
223
207
208
209
210
211
212
213

214
215
216
217
218
219
220
221
222
223
224







-
+


+







 *
 *----------------------------------------------------------------------
 */

static void
DeleteHistoryObjs(
    ClientData clientData,
    Tcl_Interp *interp)
    Tcl_Interp *dummy)
{
    HistoryObjs *histObjsPtr = (HistoryObjs *)clientData;
    (void)dummy;

    TclDecrRefCount(histObjsPtr->historyObj);
    TclDecrRefCount(histObjsPtr->addObj);
    ckfree(histObjsPtr);
}

/*