Skip to content

Commit

Permalink
Do not free pointer owned by ComponentCreator(BNC#841623)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 2, 2013
1 parent f6c1a92 commit 7a78b6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions liby2/src/genericfrontend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,7 @@ main (int argc, char **argv)
server->result(result);

// Cleanup
delete server;
delete[] server_argv;
delete client;

// might be useful in tracking segmentation faults
y2milestone ("Finished YaST2 component '%s'", progname);
Expand Down

0 comments on commit 7a78b6e

Please sign in to comment.