CoNexDat / CoNexDat/complexnets

Free allocated space for vertices when graph is destroyed while using WeightedGraphAspect

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Performance Priority-High Type-Defect
Dominant language
C++
Stars
9
Forks
7
PR merge metrics
No merged PRs in 30d

Description

```
Space allocated for vertices should be freed when graph is destroyed while
using WeightedGraphAspect.
```

Original issue reported on code.google.com by `bombax` on 8 Feb 2012 at 8:28

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating WeightedGraphAspect and the graph destruction path in the C++ source. Trace how vertex space is allocated and released, then verify that destroying a graph using the aspect leaves no vertex allocation outstanding; the issue names no test, so add or run the project's relevant graph-lifecycle checks if available.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.