Skip to content

Conversation

@nealkumar
Copy link
Owner

No description provided.

@nealkumar nealkumar added feature request A request for a new feature. needs triage Issue requires agile triaging. cbrew Anything related to the JBrew CBrew Library labels Jun 6, 2020
@nealkumar nealkumar self-assigned this Jun 6, 2020
@todo
Copy link

todo bot commented Jun 6, 2020

Explore using a free

//free(temp); // @todo Explore using a free
// queue to reduce per-op cost
// @todo memory leak?? // in conditional statement.
}
if((*_lp)->next->next == NULL && (*_lp)->next->val == item){
/* ListNode* temp = (*_lp)->next; */


This comment was generated by todo based on a todo comment in 333f014 in #166. cc @nealkumar.

@todo
Copy link

todo bot commented Jun 6, 2020

memory leak?? // in conditional statement.

// @todo memory leak?? // in conditional statement.
}
if((*_lp)->next->next == NULL && (*_lp)->next->val == item){
/* ListNode* temp = (*_lp)->next; */
free((*_lp)->next->next);


This comment was generated by todo based on a todo comment in 333f014 in #166. cc @nealkumar.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 6, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (1.8.0_242) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cbrew Anything related to the JBrew CBrew Library feature request A request for a new feature. needs triage Issue requires agile triaging.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants