Changeset 5fe834 in git for kernel/syz3.cc


Ignore:
Timestamp:
Aug 26, 2011, 10:42:30 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
96808051cc040577fa581782fb8007fbe635d585
Parents:
737a6818d978503b25a6d61c5cfca9f03239756e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-26 22:42:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:28+01:00
Message:
FIX: libpolys and kernel should use rDelete instead of rKill!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz3.cc

    r737a68 r5fe834  
    18921892          idDelete(&initial);
    18931893          rChangeCurrRing(syzstr->syRing);
    1894           rKill(dp_C_ring);
     1894          rDelete(dp_C_ring);
    18951895        }
    18961896#endif
     
    20222022  delete syzstr->Tl;
    20232023  syzstr->Tl = NULL;
    2024   rKill(syzstr->syRing);
     2024  rDelete(syzstr->syRing);
    20252025  syzstr->syRing = NULL;
    20262026  omFreeSize((ADDRESS)totake,(*length+1)*sizeof(ideal));
Note: See TracChangeset for help on using the changeset viewer.