Skip to content
This repository has been archived by the owner on Mar 3, 2019. It is now read-only.

Commit

Permalink
Bugfix memory manager
Browse files Browse the repository at this point in the history
  • Loading branch information
PFGimenez committed May 26, 2017
1 parent c25b13c commit c7cf795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pc/src/memory/MemoryManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public synchronized void destroyNode(T objet)
{
log.critical("Objet déjà détruit ! " + indice_state + " > " + firstAvailable);
new Exception().printStackTrace(log.getPrintWriter());
return;
}

// On inverse dans le Vector les deux objets,
Expand Down

0 comments on commit c7cf795

Please sign in to comment.