Skip to content

Commit

Permalink
fix 4585
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Mar 22, 2016
1 parent da36a79 commit 5a25555
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
drkns 21.03.2016 17:11:49 +0200 - build 4588
drkns 22.03.2016 08:27:45 +0200 - build 4589

1. Уточнение 4585.

drkns 21.03.2016 17:11:49 +0200 - build 4588

1. Macro ARRAYSIZE -> constexpr std::size

Expand Down
2 changes: 1 addition & 1 deletion far/filelist.cpp
Expand Up @@ -311,8 +311,8 @@ void FileList::DeleteListData(std::vector<FileListItem>& ListData)
FarPanelItemFreeInfo info = { sizeof(FarPanelItemFreeInfo), m_hPlugin };
i.Callback(i.UserData, &info);
}
delete[] i.DizText;
}
delete[] i.DizText;
DeleteRawArray(i.CustomColumnData, i.CustomColumnNumber);
});

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4588)m4_dnl
m4_define(BUILD,4589)m4_dnl

0 comments on commit 5a25555

Please sign in to comment.