mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3-printing: fix potential print db refcount leak
This commit is contained in:
parent
1cd2433e8d
commit
97073589d0
@ -827,8 +827,8 @@ static bool pjob_store(struct tevent_context *ev,
|
||||
}
|
||||
}
|
||||
|
||||
release_print_db(pdb);
|
||||
done:
|
||||
release_print_db(pdb);
|
||||
SAFE_FREE( old_data.dptr );
|
||||
SAFE_FREE( buf );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user