File tree 1 file changed +3
-3
lines changed
arcane/src/arcane/accelerator/core 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
2
// -----------------------------------------------------------------------------
3
- // Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3
+ // Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
4
// See the top-level COPYRIGHT file for details.
5
5
// SPDX-License-Identifier: Apache-2.0
6
6
// -----------------------------------------------------------------------------
7
7
/* ---------------------------------------------------------------------------*/
8
- /* RunQueueImpl.cc (C) 2000-2024 */
8
+ /* RunQueueImpl.cc (C) 2000-2025 */
9
9
/* */
10
10
/* Gestion d'une file d'exécution sur accélérateur. */
11
11
/* ---------------------------------------------------------------------------*/
@@ -144,7 +144,7 @@ _release()
144
144
if (_isInPool ())
145
145
m_runner_impl->_internalPutRunQueueImplInPool (this );
146
146
else {
147
- delete this ;
147
+ RunQueueImpl::_destroy ( this ) ;
148
148
}
149
149
}
150
150
You can’t perform that action at this time.
0 commit comments