Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1090, comment 1


Ignore:
Timestamp:
Apr 7, 2017, 4:05:56 PM (8 years ago)
Author:
Pavel Demin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1090, comment 1

    initial v1  
    11I did a little debugging, and found the problem is here:
    2 
     2{{{
    33./external/ExRootAnalysis/ExRootConfReader.cc:  if(isTop) fTopDir = dirname(const_cast<char *>(fileName));
    4 
     4}}}
    55but as far as I can find, there is no memory allocated for fTopDir, it is not used anywhere, and there may be a problem with dirname altering the contents of its argument, so I commented it out and it seems to work ok.