Skip to content
  • rswindell's avatar
    Fix bug introduced in rev 1.147 (Feb-2013): · 6838a841
    rswindell authored
    File.iniGetValue() method returned a garbage string if the value requested
    did not exist in the ini section and the default value specified was a string:
    cstr2 will point to cstr in this case, so we can't free(cstr) before copying
    cstr2 into a new JSVAL.
    6838a841