removed unused print
I forgor
This commit is contained in:
parent
25b2690ab5
commit
e782676c85
@ -125,19 +125,14 @@ char **decryptLogger(logFile logger) //TODO: Fix valgrind issues
|
|||||||
deallocateOutput(outputBuffer);
|
deallocateOutput(outputBuffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < buffer3; i++)
|
|
||||||
{
|
|
||||||
printf("%s\n", linesContentDecrypted[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
//DEALLOCATE EACH linesContent & linesContentDecrypted INDEX
|
//DEALLOCATE EACH linesContent & linesContentDecrypted INDEX
|
||||||
for (int i = 0; i < buffer3; i++)
|
for (int i = 0; i < buffer3; i++)
|
||||||
{
|
{
|
||||||
free(linesContent[i]);
|
free(linesContent[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//DEALLOCATION
|
||||||
free(linesContent);
|
free(linesContent);
|
||||||
|
|
||||||
free(rawContent);
|
free(rawContent);
|
||||||
|
|
||||||
return linesContentDecrypted;
|
return linesContentDecrypted;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user