plug-ins: fix last twain-plug-in commit
(cherry picked from commit 6def9e59fb
)
This commit is contained in:
@ -989,12 +989,6 @@ endTransferCallback (int completionState,
|
|||||||
completionState, pendingCount);
|
completionState, pendingCount);
|
||||||
|
|
||||||
/* Clean up and detach from the drawable */
|
/* Clean up and detach from the drawable */
|
||||||
if (destBuf)
|
|
||||||
{
|
|
||||||
g_free (destBuf);
|
|
||||||
destBuf = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
g_object_unref (theClientData->buffer);
|
g_object_unref (theClientData->buffer);
|
||||||
|
|
||||||
/* Make sure to check our return code */
|
/* Make sure to check our return code */
|
||||||
|
Reference in New Issue
Block a user