Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/sysmon



Module Name:    src
Committed By:   xtraeme
Date:           Tue Sep 25 19:27:08 UTC 2007

Modified Files:
        src/sys/dev/sysmon: sysmon_power.c

Log Message:
- Don't use _nocopy in prop_dictionary_set_cstring, the string is part
  of another object that will be released shortly.
- Fix a memleak: add sysmon_power_destroy_dictionary() and remove
  all objects that are currently in the dictionary and finally release
  the dictionary.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/dev/sysmon/sysmon_power.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index