This commit is contained in:
Nick Haller 2025-11-11 14:09:06 +01:00
parent 67c5110e5c
commit d4375c31e8
4 changed files with 247 additions and 246 deletions

View File

@ -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

Binary file not shown.