Changeset 393651 in git
- Timestamp:
- Sep 14, 2011, 2:25:11 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- b4c4621d96ff1254191adfbbb46e66c45a69accb
- Parents:
- 7de030d8205f4768cb8830522b1f724a624be130
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-14 14:25:11+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:47+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r7de030 r393651 4950 4950 4951 4951 coeffs cf=NULL; 4952 // allocated ring 4953 R = (ring) omAlloc0Bin(sip_sring_bin); 4952 4954 4953 4955 if (pn->Typ()==INT_CMD) … … 4975 4977 pn=pn->next; 4976 4978 if (cf==NULL) cf=nInitChar(n_transExt,NULL); 4979 if (cf==NULL) goto rInitError; 4977 4980 R->cf=cf; 4978 4981 if (pn!=NULL) … … 5109 5112 cf=nInitChar(n_Zp, (void*)(long)ch); 5110 5113 } 5111 // allocated ring and set ch5112 R = (ring) omAlloc0Bin(sip_sring_bin);5113 5114 R->cf=cf; 5114 5115 #ifdef HAVE_RINGS … … 5175 5176 // error case: 5176 5177 rInitError: 5177 if ( R != NULL) rDelete(R);5178 if ((R != NULL)&&(R->cf!=NULL)) rDelete(R); 5178 5179 if (pn != NULL) pn->CleanUp(); 5179 5180 if (rv != NULL) rv->CleanUp();
Note: See TracChangeset
for help on using the changeset viewer.