Merge pull request #63 from PartialVolume/NL-patch-1-pointer-d-undeclared

Pointer d undeclared
This commit is contained in:
Martijn van Brummelen
2018-11-13 11:46:02 +01:00
committed by GitHub

View File

@@ -285,7 +285,6 @@ int nwipe_random_pass( NWIPE_METHOD_SIGNATURE )
/* This is system insanity. */
nwipe_log( NWIPE_LOG_SANITY, "__FUNCTION__: lseek() returned a bogus offset on '%s'.", c->device_name );
free(b);
free(d);
return -1;
}