Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc memory related fixes. #630

Merged
merged 1 commit into from Aug 28, 2013
Merged

Conversation

ktf
Copy link
Contributor

@ktf ktf commented Aug 27, 2013

  • No need for check the ptr to be different than 0 when using delete:
    delete 0 is a noop.
  • Fix minor leak, reported by valgrind and in CMSSW since ~ever,
    where a new [] was not followed by a delete[].

- No need for check the ptr to be different than 0 when using delete:
  delete 0 is a noop.
- Fix minor leak, reported by valgrind and in CMSSW since ~ever,
  where a new [] was not followed by a delete[].
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @ktf (Giulio Eulisse) for CMSSW_7_0_X.

Misc memory related fixes.

It involves the following packages:

HLTriggerOffline/Higgs

@rovere, @deguio can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.

@cmsbuild
Copy link
Contributor

The following categories have been signed by @rovere: DQM

@cms-git-dqm

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next IBs unless changes or unless it breaks tests.

ktf added a commit that referenced this pull request Aug 28, 2013
@ktf ktf merged commit c69566b into cms-sw:CMSSW_7_0_X Aug 28, 2013
perrozzi pushed a commit to perrozzi/cmssw that referenced this pull request Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants