Permalink
Showing
with
2 additions
and
2 deletions.
-
+2
−2
coders/mat.c
|
@@ -1330,8 +1330,6 @@ RestoreMSCWarning |
|
|
if (quantum_info != (QuantumInfo *) NULL) |
|
|
quantum_info=DestroyQuantumInfo(quantum_info); |
|
|
END_OF_READING: |
|
|
if (clone_info) |
|
|
clone_info=DestroyImageInfo(clone_info); |
|
|
CloseBlob(image); |
|
|
|
|
|
|
|
@@ -1349,6 +1347,8 @@ RestoreMSCWarning |
|
|
Image *tmp=p; |
|
|
if ((p->rows == 0) || (p->columns == 0)) { |
|
|
p=p->previous; |
|
|
if (tmp == image2) |
|
|
image2=(Image *) NULL; |
|
|
DeleteImageFromList(&tmp); |
|
|
} else { |
|
|
image=p; |
|
|
0 comments on commit
04178de