View | Details | Raw Unified | Return to bug 58008
Collapse All | Expand All

(-)src/apache-2/mod_rivet.c (+6 lines)
Lines 1320-1330 Link Here
1320
            Tcl_Release (rsc->server_interp);
1320
            Tcl_Release (rsc->server_interp);
1321
        }
1321
        }
1322
1322
1323
        /*
1324
            it's probably pedantic to unregister the channel just before
1325
            the child exits and the interpreter is deleted 
1326
1323
        if (!init && ((sr == s) || rsc->separate_channels)) 
1327
        if (!init && ((sr == s) || rsc->separate_channels)) 
1324
        {
1328
        {
1325
            Tcl_UnregisterChannel(rsc->server_interp,*(rsc->outchannel));
1329
            Tcl_UnregisterChannel(rsc->server_interp,*(rsc->outchannel));
1326
        }
1330
        }
1327
1331
1332
        */
1333
1328
    }
1334
    }
1329
1335
1330
    if (!init) {
1336
    if (!init) {

Return to bug 58008