Ignore:
Timestamp:
Sep 3, 2013, 1:51:37 PM (11 years ago)
Author:
meunier
Message:

Tried to supress a few errors from valgrind; added corresponding delete and free in destructors (tsar_generic_xbar/top.cpp, tsar_xbar_cluster, vci_mem_cache)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/src/tsar_xbar_cluster.cpp

    r508 r512  
    789789                                                 vci_param_ext>::~TsarXbarCluster() {
    790790
     791    dealloc_elems<DspinInput<dspin_cmd_width> > (p_cmd_in, 4, 3);
     792    dealloc_elems<DspinOutput<dspin_cmd_width> >(p_cmd_out, 4, 3);
     793    dealloc_elems<DspinInput<dspin_rsp_width> > (p_rsp_in, 4, 2);
     794    dealloc_elems<DspinOutput<dspin_rsp_width> >(p_rsp_out, 4, 2);
     795
    791796    for (size_t p = 0; p < n_procs; p++)
    792797    {
Note: See TracChangeset for help on using the changeset viewer.