photosgallery/slideshow/engine/controlsrc/shweventrouter.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
    76 			}
    76 			}
    77 		}
    77 		}
    78 	// close the event array itself, this frees the memory
    78 	// close the event array itself, this frees the memory
    79 	iEvents.Close();
    79 	iEvents.Close();
    80 	// close the observer array itself, this frees the memory
    80 	// close the observer array itself, this frees the memory
    81 	// NOTE! we did not have ownership of the observers
    81 	// NOTE: we did not have ownership of the observers
    82 	iObservers.Close();
    82 	iObservers.Close();
    83 	}
    83 	}
    84 
    84 
    85 // -----------------------------------------------------------------------------
    85 // -----------------------------------------------------------------------------
    86 // ConstructL.
    86 // ConstructL.