Skip to content
  • Lukáš Tvrdý's avatar
    Fix PVS Studio warning · 216a8d41
    Lukáš Tvrdý authored
    V611 The memory was allocated using 'new T[]' operator but was released using the 'delete' operator. Consider inspecting this code. It's probably better to use 'delete [] transfers;'. kis_perchannel_filter.cpp 501
    216a8d41