Skip to content

Commit

Permalink
goowah
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jul 21, 2023
1 parent 5390988 commit 4f0227f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/overmap/ships/controlled_ship_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@
QDEL_NULL(shipkey)
QDEL_LIST(manifest)
job_slots.Cut()
QDEL_NULL(owner_act)
for(var/a_key in applications)
if(isnull(applications[a_key]))
continue
// it handles removal itself
qdel(applications[a_key])
LAZYCLEARLIST(applications)
Expand Down

0 comments on commit 4f0227f

Please sign in to comment.