Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 58e4edaf6855
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: ead8e26b5bca
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 8, 2013

  1. smalloc: zero size allocs may need to be free'd

    Zero size allocations don't necessarily mean that data == NULL. So
    instead check each value seperately and perform necessary operations.
    trevnorris committed Jul 8, 2013
    Copy the full SHA
    aa8c4a0 View commit details
    Browse the repository at this point in the history
  2. smalloc: call callback if set on AllocDispose

    Fix bug where if dev passed a callback to Alloc then called AllocDispose
    it wouldn't bother to pass the data to the callback and instead would
    just free it.
    trevnorris committed Jul 8, 2013
    3
    Copy the full SHA
    ead8e26 View commit details
    Browse the repository at this point in the history