Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/03/19 in all areas

  1. David Heffernan

    IComparer Interface not being released

    The const param reference counting bug that keeps on giving. https://stackoverflow.com/a/31028671/505088 https://stackoverflow.com/a/7640979/505088 https://stackoverflow.com/q/4509015/505088 QC report 90482 and presumably many others. Of course, Emba killed QC. Thanks so much for that. Can I be arsed to re-enter all the unsolved reports that were killed when QC was killed? No I cannot.
  2. Stefan Glienke

    IComparer Interface not being released

    Mixing of object and interface references with a const interface param. Solution: declare the Comparer var as IComparer<TXTColumnPosition>
×