forked from freudenreichan/info2Praktikum-NeuronalesNetz
changes?
This commit is contained in:
parent
67c5110e5c
commit
d4375c31e8
@ -61,7 +61,8 @@ GrayScaleImageSeries *readImages(const char *path)
|
||||
|
||||
if (series->images[i].buffer == NULL) {
|
||||
// Fehlerbehandlung: Speicher freigeben, wenn Allocation fehlschlägt
|
||||
for (int j = 0; j < i; j++) {
|
||||
for (int j = 0; j < i; j++)
|
||||
{
|
||||
free(series->images[j].buffer);
|
||||
}
|
||||
free(series->images);
|
||||
|
||||
BIN
runMatrixTests
Executable file
BIN
runMatrixTests
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user