Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 9df757b660b0baf9ee34a8f374e8cc2942b2fb8f
Ticket: f00009f7ce4b58c8b6caedf976e37ea78be6d3c0
file exists, mtime... procedures leaks
User & Date: sebres 2015-07-30 18:23:19
Changes

  1. closedate changed to: "2457234.26619834"
  2. closer changed to: "sebres"
  3. icomment:
    This time fixed for both cases, but I believe it was not the last time, because of very confusing differently behavior Tcl_FSGetTranslatedPath vs Tcl_FSGetNormalizedPath:
    - Tcl_FSGetTranslatedPath - returns a tclObj with incremented refCount, it should be decremented;
    - Tcl_FSGetNormalizedPath - returns a tclObj owned by Tcl, refCount should be not decremented;
    
  4. login: "sebres"
  5. mimetype: "text/plain"
  6. resolution changed to: "Fixed"
  7. status changed to: "Closed"