Tk Source Code

View Ticket
Login
2023-10-11
22:00 Closed ticket [9675dd59]: tkOldConfig.c incorrectly uses ckfree() when freeProc == free plus 7 other changes artifact: d7b54a66 user: jan.nijtmans
15:10
Fix [9675dd5916]: tkOldConfig.c incorrectly uses ckfree() when freeProc == free. Also eliminate FreeWidget() in ttkWidget.c check-in: ac12f8e0 user: jan.nijtmans tags: core-8-6-branch
12:58 New ticket [9675dd59] tkOldConfig.c incorrectly uses ckfree() when freeProc == free. artifact: dcc1f5e9 user: chrstphrchvz

Ticket UUID: 9675dd5916ba47ccb92b0c9d88db67beddf24b4e
Title: tkOldConfig.c incorrectly uses ckfree() when freeProc == free
Type: Bug Version: 8.6.13
Submitter: chrstphrchvz Created on: 2023-10-11 12:58:02
Subsystem: 81. Portability Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Important
Status: Closed Last Modified: 2023-10-11 22:00:34
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2023-10-11 22:00:34
Description:

Instances of the same issue in Tcl were reported (https://core.tcl-lang.org/tcl/info/756791) and fixed (https://core.tcl-lang.org/tcl/info/059ed80454ac) a long time ago.

User Comments: jan.nijtmans added on 2023-10-11 22:00:34:

Finally fixed [ac12f8e0faf5188f|here]. Thanks!