plug-ins: fix last twain-plug-in commit

(cherry picked from commit 6def9e59fb)
This commit is contained in:
Ell
2020-06-04 01:12:32 +03:00
parent b68ff3b7aa
commit 580e4b813a

View File

@ -989,12 +989,6 @@ endTransferCallback (int completionState,
completionState, pendingCount);
/* Clean up and detach from the drawable */
if (destBuf)
{
g_free (destBuf);
destBuf = NULL;
}
g_object_unref (theClientData->buffer);
/* Make sure to check our return code */