Message118034
- The "memory leaks" are reported in the IDE output window when the process exits; this lists all non deallocated blocks of memory. This feature is not enabled by default. Creating a CString probably initializes this feature.
- Py_Finalize() doesn't free all memory used by Py_Initialize(); this is not a problem, as long as a second call to Py_Initialize() reuses the same memory.
Closing as "won't fix": there is no need to free everything when the process exits. |
|
| Date |
User |
Action |
Args |
| 2010-10-05 21:32:11 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, nqiang |
| 2010-10-05 21:32:11 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2010-10-05 21:32:09 | amaury.forgeotdarc | link | issue4872 messages |
| 2010-10-05 21:32:09 | amaury.forgeotdarc | create | |
|