mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Fixed minor memory leak in CREATE/ATTACH DATABASE.
This commit is contained in:
parent
18db368276
commit
8c821d7cdb
@ -5824,6 +5824,9 @@ static void release_attachment(ATT attachment)
|
||||
if (*vector)
|
||||
delete *vector;
|
||||
|
||||
if (attachment->att_filename)
|
||||
delete attachment->att_filename;
|
||||
|
||||
if (attachment->att_working_directory)
|
||||
delete attachment->att_working_directory;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user