• Ace deallocate bug

    From garynicholls@gmail.com@21:1/5 to All on Fri Sep 23 02:44:46 2016
    ../3rd-party/ace-6.4.0/rhel7-x86_64-clang-3.4.2/include/ace/Free_List.cpp:74:5: warning: Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete'
    delete element;

    Discovered by clang.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Johnny Willemsen@21:1/5 to garyni...@gmail.com on Fri Sep 23 10:30:43 2016
    Hi,

    Please use the PROBLEM-REPORT-FORM so that we have all information. For these kind of issues please create a pull request at https://github.com/DOCGroup/ACE_TAO to get them fixed.

    Best regards,

    Johnny

    On Friday, September 23, 2016 at 11:44:47 AM UTC+2, garyni...@gmail.com wrote:
    ../3rd-party/ace-6.4.0/rhel7-x86_64-clang-3.4.2/include/ace/Free_List.cpp:74:5: warning: Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete'
    delete element;

    Discovered by clang.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)