Changes between Initial Version and Version 1 of Ticket #1482
- Timestamp:
- 21 Apr 2022, 12:57:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1482 – Description
initial v1 3 3 I haven't read the context, but uninitiate it manually could fix it. 4 4 5 {{{ 5 6 diff --git a/source/Lib/CommonLib/DepQuant.cpp b/source/Lib/CommonLib/DepQuant.cpp 6 7 index 2e914d0b..6e625b15 100644 … … 22 23 delete static_cast<DQIntern::DepQuant*>(p); 23 24 } 25 }}}