Changeset 0b51f6a in git


Ignore:
Timestamp:
Mar 19, 2015, 5:31:40 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
a1f17b131580d452e2dd4eb968e9f40059d10503
Parents:
eadb3ce0e2ca4c1be51e92f26cdcad48a30898d3
Message:
fix tr. #716 (mem-leak in shiftbba)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    readb3ce r0b51f6a  
    10951095      if (iiCheckTypes(h,t,1))
    10961096      {
    1097         poly p=(poly)h->CopyD();
     1097        poly p=(poly)h->Data();
    10981098        h=h->next;
    10991099        int lV=(int)((long)(h->Data()));
  • kernel/GBEngine/shiftgb.cc

    readb3ce r0b51f6a  
    171171  }
    172172  /* delete pp? */
     173  p_Delete(&p,currRing);
    173174  /* int version: returns TRUE if it was successful */
    174175  return(q);
Note: See TracChangeset for help on using the changeset viewer.