Itk - the [incr Tk] extension

Check-in [b13ef6aaae]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Backport fix for [8a022f72e7].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | itk-3-branch
Files: files | file ages | folders
SHA1: b13ef6aaaee28a0e2945946154a16075b912b477
User & Date: dgp 2016-02-22 16:16:20.161
Context
2016-03-01
15:42
merge release check-in: 1b04f825dc user: dgp tags: itk-3-branch
2016-02-22
16:17
merge Itk 3 Closed-Leaf check-in: 72bc7d1f1c user: dgp tags: itk-3-4-2, itk-3-4-2-rc, rc1
16:16
Backport fix for [8a022f72e7]. check-in: b13ef6aaae user: dgp tags: itk-3-branch
2016-02-11
20:49
TEA update check-in: 6024d057db user: dgp tags: itk-3-branch
Changes
Unified Diff Ignore Whitespace Patch
Changes to generic/itk_archetype.c.
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
        parserNs, /* isProcCallFrame */ 0);

    if (result == TCL_OK) {
        result = Tcl_EvalObj(interp, objPtr);
        Tcl_PopCallFrame(interp);
    }

    if (objPtr != objv[3]) {
        Tcl_DecrRefCount(objPtr);
    }
    if (result != TCL_OK) {
        goto compFail;
    }

    Itk_DelGenericOptTable(mergeInfo->optionTable);







|







983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
        parserNs, /* isProcCallFrame */ 0);

    if (result == TCL_OK) {
        result = Tcl_EvalObj(interp, objPtr);
        Tcl_PopCallFrame(interp);
    }

    if (objc != 4) {
        Tcl_DecrRefCount(objPtr);
    }
    if (result != TCL_OK) {
        goto compFail;
    }

    Itk_DelGenericOptTable(mergeInfo->optionTable);