Changeset 80d8d6 in git
- Timestamp:
- Sep 11, 2013, 11:27:24 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 8f64a0f3ad9365d434e4711de3c37e54e27f770e
- Parents:
- a7814c2a0fe2f2a1abe1643ed8afdd5b21ecef8b
- git-author:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-09-11 11:27:24+02:00
- git-committer:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-09-11 11:47:21+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/links/silink.cc
ra7814c2 r80d8d6 136 136 if (SI_LINK_OPEN_P(l)) 137 137 { 138 if (l->m-> Kill != NULL) l->m->Kill(l);139 else if (l->m->Close != NULL) l->m->Close(l);140 }138 if (l->m->Close != NULL) l->m->Close(l); 139 } 140 if ((l->data != NULL) && (l->m->Kill != NULL)) l->m->Kill(l); 141 141 omFree((ADDRESS)l->name); 142 142 omFree((ADDRESS)l->mode);
Note: See TracChangeset
for help on using the changeset viewer.